lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/EquipmentChangeMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/EquipmentChangeMapper.xml
@@ -22,8 +22,8 @@ <if test="num != 'null' and num != ''"> and num like concat('%',#{num},'%') </if> <if test="name != 'null' and name != ''"> and audit_status like concat('%',#{name},'%') <if test="auditStatus != 'null' and auditStatus != ''"> and audit_status like concat('%',#{auditStatus},'%') </if> <if test="changeMethod != 'null' and changeMethod != ''"> and change_method like concat('%',#{changeMethod},'%')