|
@@ -748,6 +748,12 @@ public class WmPayOffServiceImpl extends ServiceImpl<WmPayOffMapper, WmPayOff> i
|
|
|
|
|
|
String subType = String.valueOf(location.getGigType().getCode());
|
|
String subType = String.valueOf(location.getGigType().getCode());
|
|
|
|
|
|
|
|
+ input.getNotes().forEach(note -> {
|
|
|
|
+ // 设置实际结算deptId和dept的subId
|
|
|
|
+ note.setSettleDeptId(operator.getDeptId());
|
|
|
|
+ note.setSettleDeptSubId(sysDeptSub.getSubId());
|
|
|
|
+ });
|
|
|
|
+
|
|
// 人力家
|
|
// 人力家
|
|
if (SubjectTypeEnum.TYPE_RENLIJIA.getCode().equals(subType)) {
|
|
if (SubjectTypeEnum.TYPE_RENLIJIA.getCode().equals(subType)) {
|
|
return settleByRenLiJia(input, sysDeptSub, operator);
|
|
return settleByRenLiJia(input, sysDeptSub, operator);
|