Browse Source

Merge remote-tracking branch 'origin/milestone-20251016-现金管理' into milestone-20251016-现金管理

milestone-20251016-现金管理
huangqizhen 1 month ago
parent
commit
0d2b8948ff
  1. 2
      src/main/java/com/example/demo/serviceImpl/cash/CashCollectionServiceImpl.java

2
src/main/java/com/example/demo/serviceImpl/cash/CashCollectionServiceImpl.java

@ -204,7 +204,7 @@ public class CashCollectionServiceImpl implements CashCollectionService {
if (cashCollection.getStatus()==0||cashCollection.getStatus()==2){
cashCollection.setReceivedMarket(null);}
//状态为已通过和Link通过时按收款地区筛选
if (cashCollection.getStatus()==1||cashCollection.getStatus()==3){
if (cashCollection.getStatus()==13){
cashCollection.setSubmitterMarket(null);}
cashCollection.setSubmitterId(null);
//状态为46已通过和已退款满足收款地区或提交人地区即可

Loading…
Cancel
Save