shiyj
2019-07-16 6d8a43de07062234a05716fcbb94273709cab21e
java110-db/src/main/resources/mapper/notice/NoticeServiceDaoImplMapper.xml
@@ -28,7 +28,7 @@
<if test="context !=null and context != ''">
   and t.context= #{context}
</if> 
<if test="startTime !=null and startTime != ''">
<if test="startTime !=null">
   and t.start_time= #{startTime}
</if> 
<if test="communityId !=null and communityId != ''">
@@ -65,7 +65,7 @@
<if test="context !=null and context != ''">
   and t.context= #{context}
</if> 
<if test="startTime !=null and startTime != ''">
<if test="startTime !=null">
   and t.start_time= #{startTime}
</if> 
<if test="communityId !=null and communityId != ''">
@@ -99,7 +99,7 @@
<if test="context !=null and context != ''">
   and t.context= #{context}
</if> 
<if test="startTime !=null and startTime != ''">
<if test="startTime !=null">
   and t.start_time= #{startTime}
</if> 
<if test="statusCd !=null and statusCd != ''">
@@ -141,7 +141,7 @@
<if test="context !=null and context != ''">
, t.context= #{context}
</if> 
<if test="startTime !=null and startTime != ''">
<if test="startTime !=null">
, t.start_time= #{startTime}
</if> 
<if test="communityId !=null and communityId != ''">
@@ -173,7 +173,7 @@
<if test="context !=null and context != ''">
   and t.context= #{context}
</if> 
<if test="startTime !=null and startTime != ''">
<if test="startTime !=null">
   and t.start_time= #{startTime}
</if> 
<if test="statusCd !=null and statusCd != ''">