wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
java110-db/src/main/resources/mapper/report/ReportInfoSettingServiceDaoImplMapper.xml
@@ -33,6 +33,9 @@
<if test="name !=null and name != ''">
   and t.name= #{name}
</if> 
<if test="nameLike !=null and nameLike != ''">
   and t.name like concat('%',#{nameLike},'%')
</if>
<if test="startTime !=null and startTime != ''">
   and t.start_time= #{startTime}
</if> 
@@ -108,6 +111,9 @@
<if test="name !=null and name != ''">
   and t.name= #{name}
</if> 
<if test="nameLike !=null and nameLike != ''">
   and t.name like concat('%',#{nameLike},'%')
</if>
<if test="startTime !=null and startTime != ''">
   and t.start_time= #{startTime}
</if>