删改单申请推送

This commit is contained in:
zhaoqing
2026-05-19 16:01:40 +08:00
parent cc8051b579
commit 5d81c89de7
@@ -321,8 +321,6 @@ public class BusinessDocumentOrderApplicationService {
item.put("appMan", businessDocumentOrderDTO.getReviseApplyBy());
item.put("appMess", businessDocumentOrderDTO.getReviseApplyReason());
// 2. 记录日志
GwLog gwLog = new GwLog();
gwLog.setType("删改单申请");
@@ -361,7 +359,7 @@ public class BusinessDocumentOrderApplicationService {
if(dataArray != null && dataArray.size()>0){
JSONObject dataObj = dataArray.getJSONObject(0);
if("1".equals(String.valueOf(responseJson.get("data.code")))){
if("1".equals(String.valueOf(dataObj.get("code")))){
gwLog.setStatus(2);
businessDocumentOrderDTO.setReviseApplyStatus(1);
updateReservationOrder(businessDocumentOrderDTO);