|
|
|
@ -193,7 +193,9 @@ public class CashCollectionServiceImpl implements CashCollectionService { |
|
|
|
cashCollection.setSubmitterId(null); |
|
|
|
}if (cashCollection.getCashRoleId()==0){ |
|
|
|
//角色是地方财务,提交人置空不设筛选条件---仅当角色是0 地方客服时,按提交人筛选 |
|
|
|
cashCollection.setStatus(null); |
|
|
|
if(cashCollection.getStatus()==null){ |
|
|
|
cashCollection.setStatus(1234560); |
|
|
|
} |
|
|
|
cashCollection.setSubmitterId(cashCollection.getSubmitterId()); |
|
|
|
cashCollection.setReceivedMarket(null); |
|
|
|
} |
|
|
|
|