删改单申请推送
This commit is contained in:
+1
-3
@@ -321,8 +321,6 @@ public class BusinessDocumentOrderApplicationService {
|
|||||||
item.put("appMan", businessDocumentOrderDTO.getReviseApplyBy());
|
item.put("appMan", businessDocumentOrderDTO.getReviseApplyBy());
|
||||||
item.put("appMess", businessDocumentOrderDTO.getReviseApplyReason());
|
item.put("appMess", businessDocumentOrderDTO.getReviseApplyReason());
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 2. 记录日志
|
// 2. 记录日志
|
||||||
GwLog gwLog = new GwLog();
|
GwLog gwLog = new GwLog();
|
||||||
gwLog.setType("删改单申请");
|
gwLog.setType("删改单申请");
|
||||||
@@ -361,7 +359,7 @@ public class BusinessDocumentOrderApplicationService {
|
|||||||
if(dataArray != null && dataArray.size()>0){
|
if(dataArray != null && dataArray.size()>0){
|
||||||
JSONObject dataObj = dataArray.getJSONObject(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);
|
gwLog.setStatus(2);
|
||||||
businessDocumentOrderDTO.setReviseApplyStatus(1);
|
businessDocumentOrderDTO.setReviseApplyStatus(1);
|
||||||
updateReservationOrder(businessDocumentOrderDTO);
|
updateReservationOrder(businessDocumentOrderDTO);
|
||||||
|
|||||||
Reference in New Issue
Block a user