xiangpei
2024-04-23 254f62e83f0a906b2d5724ae71bc97fe93ee812c
ycl-server/src/main/resources/mapper/zgyw/CalculateReportMapper.xml
@@ -30,6 +30,7 @@
                 INNER JOIN t_contract tc ON tcr.contract_id = tc.id
                 INNER JOIN t_yw_unit tyu ON tyu.id = tc.unit_id
        <where>
                AND tcr.deleted = 0 AND tc.deleted = 0 AND tyu.deleted = 0
            <if test="query.unitName != null and query.unitName != '' ">
                AND tyu.unit_name like concat('%', #{query.unitName}, '%')
            </if>