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>