jyy
2021-09-11 a4694bf4e0384df517464624748b366f533fda0f
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>