Compare commits
3 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
6e4882bde3 | |
|
|
adda52f7b9 | |
|
|
8b22e71e6a |
|
|
@ -79,6 +79,7 @@ public class SIAccountBiz extends Service {
|
|||
|
||||
private SIArchivesBiz siArchivesBiz = new SIArchivesBiz();
|
||||
|
||||
|
||||
private EncryptUtil encryptUtil = new EncryptUtil();
|
||||
|
||||
private TaxAgentService getTaxAgentService() {
|
||||
|
|
|
|||
|
|
@ -1386,7 +1386,6 @@ public class SalarySendServiceImpl extends Service implements SalarySendService
|
|||
}
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public Map<String, Object> withdraw(SalarySendWithdrawParam param) {
|
||||
if (param.getSalarySendId() == null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue