jyy
2021-07-14 a2d8b47677fcf9eff87faff1bb89a8674714ddd7
zq-erp/src/main/resources/mybatis/mapper/hive/SysProjServicesDao.xml
@@ -328,9 +328,7 @@
         <if test="record.vipId != null and record.vipId !='' ">
            and a.VIP_ID   = #{record.vipId}
         </if>
         <if test="record.isOverTime != null  and record.serviceNo !=''   ">
            and a.IS_OVERTIME  > #{record.isOverTime}
         </if>
         <if test="record.serviceNo != null and record.serviceNo !='' ">
            and a.SERVICE_NO  like CONCAT('%',#{record.serviceNo},'%')
         </if>