bugfix:对账对平
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user