|
@@ -131,7 +131,7 @@ public class PayServiceImpl implements PayService {
|
|
|
// 更新付款申请单状态
|
|
|
ydClient.operateData(YDParam.builder()
|
|
|
.formInstanceId((String) item.get("formInstanceId"))
|
|
|
- .updateFormDataJson(JSON.toJSONString(UtilMap.map("textField_lr08rrpc, textField_lof4wiqt, ", "付款成功","凭证未生成",payDate)))
|
|
|
+ .updateFormDataJson(JSON.toJSONString(UtilMap.map("textField_lr08rrpc, textField_lof4wiqt, textField_lxlt9ptd", "付款成功","凭证未生成",payDate)))
|
|
|
.build(), YDConf.FORM_OPERATION.update);
|
|
|
|
|
|
|