bugfix:对账对平

This commit is contained in:
Yuan
2025-12-10 19:07:51 +08:00
parent 66620d51ae
commit f084043a4b
6 changed files with 176 additions and 145 deletions

View File

@@ -73,7 +73,7 @@
and C_ZFFS = #{c_zffs}
</if>
<if test="likeFiled!=null and likeFiled!=''">
and C_YSDDH like concat('%',concat(#{likeFiled},'%'))
and C_SHDDH like concat('%',concat(#{likeFiled},'%'))
</if>
and C_SHDDH in (
select C_SHDDH
@@ -280,7 +280,7 @@
and C_ZFFS = #{c_zffs}
</if>
<if test="likeFiled!=null and likeFiled!=''">
and C_YSDDH like concat('%',concat(#{likeFiled},'%'))
and C_SHDDH like concat('%',concat(#{likeFiled},'%'))
</if>
</where>
</select>