Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
b12d4496
Commit
b12d4496
authored
Sep 08, 2021
by
季圣华
Browse files
将已经收付款完成的单据不显示
parent
092fee68
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/src/main/resources/mapper_xml/DepotHeadMapperEx.xml
View file @
b12d4496
...
...
@@ -582,7 +582,8 @@
</foreach>
)
</if>
and abs(dh.change_amount)
<
dh.discount_last_money
and (abs(dh.change_amount)+(select ifnull(sum(ai.each_amount),0) from jsh_account_item ai where ai.bill_id=dh.id and ifnull(ai.delete_flag,'0') !='1'))
<
(dh.discount_last_money + dh.other_money)
and ifnull(dh.delete_flag,'0') !='1'
order by dh.id desc
</select>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment