|
|
|
@@ -143,6 +143,8 @@ public class WxProfitSharingReceiverApplyServiceImpl implements WxProfitSharingR |
|
|
|
receiverApplyUpd.setApplymentId((String) result.data); |
|
|
|
receiverApplyUpd.setApplymentState(EnumSharingReceiverApplymentState.APPLYMENT_STATE_SUBMIT.getCode()); |
|
|
|
receiverApplyUpd.setApplymentStateDesc(EnumSharingReceiverApplymentState.APPLYMENT_STATE_SUBMIT.getMessage()); |
|
|
|
receiverApplyUpd.setSignUrl(""); |
|
|
|
receiverApplyUpd.setAuditDetail("[]"); |
|
|
|
receiverApplyUpd.setUpdateTime(new Date()); |
|
|
|
wxProfitSharingReceiverApplyMapper.updateById(receiverApplyUpd); |
|
|
|
return result; |
|
|
|
|