Browse Source

修改

master_tdsql
zhuyulei 1 year ago
parent
commit
4a2e0bb07a
  1. 2
      shuili-system/src/main/resources/mapper/yg/df/BsSgcDfFzrMapper.xml
  2. 2
      shuili-system/src/main/resources/mapper/yg/sz/BsSgcSzFzrMapper.xml

2
shuili-system/src/main/resources/mapper/yg/df/BsSgcDfFzrMapper.xml

@ -65,7 +65,7 @@
<include refid="info"></include>
<where>
<if test="dikeCode!=null and dikeCode!=''">
and dike_code =#{dikeCode}
and sf.dike_code =#{dikeCode}
</if>
<include refid="com.kms.system.mapper.SysXzqhMapper.xzqhCondition"></include>
</where>

2
shuili-system/src/main/resources/mapper/yg/sz/BsSgcSzFzrMapper.xml

@ -65,7 +65,7 @@
<include refid="info"></include>
<where>
<if test="wagaCode!=null and wagaCode!=''">
and waga_code =#{wagaCode}
and sf.waga_code =#{wagaCode}
</if>
<include refid="com.kms.system.mapper.SysXzqhMapper.xzqhCondition"></include>
</where>

Loading…
Cancel
Save