Commit de797a00 authored by fangxinjiang's avatar fangxinjiang

合同续签待办-fxj

parent e663bcb7
...@@ -1194,7 +1194,6 @@ public class FascUtil { ...@@ -1194,7 +1194,6 @@ public class FascUtil {
tFascPushLogService.updateById(pushLog); tFascPushLogService.updateById(pushLog);
if (res.isSuccess()) { if (res.isSuccess()) {
contract.setProcessStatus(CommonConstants.dingleDigitStrArray[1]); contract.setProcessStatus(CommonConstants.dingleDigitStrArray[1]);
contract.setSignType(CommonConstants.dingleDigitStrArray[1]);
contract.setRequestMsg(""); contract.setRequestMsg("");
contract.setRequestId(""); contract.setRequestId("");
tEmployeeContractPreNewMapper.updateById(contract); tEmployeeContractPreNewMapper.updateById(contract);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment