Commit 921d1ba4 authored by hongguangwu's avatar hongguangwu

1.7.22-撤销取消电子签

parent f2485cfb
...@@ -1164,7 +1164,9 @@ public class FascUtil { ...@@ -1164,7 +1164,9 @@ 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]);
// 撤销不做是否电子签的改动,2026-05-09倩倩与龙弟说只有自动的才变为电子签
// contract.setSignType(CommonConstants.dingleDigitStrArray[1]);
contract.setRequestMsg(""); contract.setRequestMsg("");
tEmployeeContractPreMapper.updateById(contract); tEmployeeContractPreMapper.updateById(contract);
return R.ok(); return R.ok();
......
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