修改订货金bug

This commit is contained in:
shuo.wang
2024-05-07 18:56:41 +08:00
parent 7dec4b8c47
commit 8b110068b7
13 changed files with 104 additions and 108 deletions

View File

@@ -161,7 +161,7 @@
</foreach>
</if>
AND xssi.shop_sub_stage_status != -100
and xssi.shop_sub_stage in (120,130)
and xssi.shop_sub_stage = 120
<if test="status != null">
and xssi.shop_sub_stage_status = #{status}
</if>