zhangxin 1 month ago
parent
commit
78b09400ef
1 changed files with 0 additions and 6 deletions
  1. 0 6
      prod-line-imes/src/main/resources/mapper/SysMeConfigMapper.xml

+ 0 - 6
prod-line-imes/src/main/resources/mapper/SysMeConfigMapper.xml

@@ -59,9 +59,6 @@
                 <if test="params.boy.updateBy != null">
                     AND updateBy = #{params.boy.updateBy}
                 </if>
-                <if test="params.boy.machine_name !=null">
-                    AND machine_name = #{params.boy.machineName}
-                </if>
             </if>
         </where>
     </select>
@@ -93,9 +90,6 @@
                 <if test="params.boy.updateBy != null">
                     AND updateBy = #{params.boy.updateBy}
                 </if>
-                <if test="params.boy.machine_name !=null">
-                    AND machine_name = #{params.boy.machineName}
-                </if>
             </if>
         </where>
         ORDER BY id