lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcPassRateMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcPassRateMapper.xml
@@ -4,7 +4,7 @@ <!--分页查询--> <select id="pageList" resultType="org.jeecg.modules.mdc.entity.MdcPassRate"> SELECT * FROM mdc_pass_date SELECT * FROM mdc_pass_rate <where> <if test="mdcPassRate.equipmentName != null and mdcPassRate.equipmentName != '' "> AND equipment_name LIKE CONCAT(CONCAT('%',#{mdcPassRate.equipmentName}),'%')