fix 工作组项目增加是否打包查询
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@
|
||||
<if test="payWorkingGroupSubItem.chargeStatus == 2">
|
||||
AND !(if(pwgs.paid_amount is null or pwgs.paid_amount = '',0,pwgs.paid_amount) = if(pwgs.receivable_amount is null or pwgs.receivable_amount = '',0,pwgs.receivable_amount))
|
||||
</if>
|
||||
<if test="payWorkingGroupSubItem.pack != null and payWorkingGroupSubItem.pack != ''">
|
||||
<if test="payWorkingGroupSubItem.pack != null">
|
||||
and pack = #{payWorkingGroupSubItem.pack}
|
||||
</if>
|
||||
</where>
|
||||
|
||||
Reference in New Issue
Block a user