处理冲突
This commit is contained in:
parent
5439659ce3
commit
dbb571785c
|
|
@ -50,10 +50,6 @@ public class SalaryAcctRecordBO {
|
|||
List<SalarySendCheckDTO> salarySendCheckResult,
|
||||
Map<String, String> workflowStatusMap,
|
||||
List<TaxAgentPO> taxAgentPOS) {
|
||||
List<TaxAgentPO> taxAgentPOS,
|
||||
List<Long> needApprovalSalarySobIds,
|
||||
boolean approvalCanFile,
|
||||
boolean approvalCanReCalc) {
|
||||
if (CollectionUtils.isEmpty(salaryAcctRecordPOS)) {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ public class SalaryAcctRecordListDTO {
|
|||
private String workflowUrl;
|
||||
|
||||
// @TableTitle(title = "审批状态", dataIndex = "approvalStatus", key = "approvalStatus")
|
||||
// private String approvalStatus;
|
||||
private String approvalStatus;
|
||||
|
||||
@TableTitle(title = "操作", dataIndex = "operate", key = "operate")
|
||||
private List<WeaTableOperate> operate;
|
||||
|
|
|
|||
Loading…
Reference in New Issue