Browse Source

修复 bug

weiximei 6 years ago
parent
commit
713bd57acb

+ 0
- 3
CODE/smart-community/app-api/src/main/resources/mapper/TpMessageMapper.xml View File

406
       <if test="map.advice_type != null">
406
       <if test="map.advice_type != null">
407
         AND advice_type = 1
407
         AND advice_type = 1
408
       </if>
408
       </if>
409
-      <if>
410
-
411
-      </if>
412
     </trim>
409
     </trim>
413
 
410
 
414
 
411