|
@@ -1,6 +1,5 @@
|
1
|
1
|
package com.chinaitop.depot.business.service.impl;
|
2
|
2
|
|
3
|
|
-import java.math.BigDecimal;
|
4
|
3
|
import java.text.SimpleDateFormat;
|
5
|
4
|
import java.util.Date;
|
6
|
5
|
import java.util.HashMap;
|
|
@@ -16,12 +15,11 @@ import com.alibaba.fastjson.JSONObject;
|
16
|
15
|
import com.chinaitop.depot.business.mapper.BusinessMovelibraryMapper;
|
17
|
16
|
import com.chinaitop.depot.business.mapper.BusinessMovelibrarySonMapper;
|
18
|
17
|
import com.chinaitop.depot.business.model.BusinessMovelibrary;
|
19
|
|
-import com.chinaitop.depot.business.model.BusinessMovelibraryExample;
|
20
|
|
-import com.chinaitop.depot.business.model.BusinessMovelibraryExample.Criteria;
|
21
|
18
|
import com.chinaitop.depot.business.model.BusinessMovelibrarySon;
|
22
|
19
|
import com.chinaitop.depot.business.service.FeignAgileService;
|
23
|
20
|
import com.chinaitop.depot.business.service.FeignBasicService;
|
24
|
21
|
import com.chinaitop.depot.business.service.MoveLibraryNoticeService;
|
|
22
|
+import com.chinaitop.depot.business.service.SystemOutsideDataService;
|
25
|
23
|
import com.github.pagehelper.PageHelper;
|
26
|
24
|
|
27
|
25
|
@Service
|
|
@@ -36,6 +34,9 @@ public class MoveLibraryNoticeServiceImpl implements MoveLibraryNoticeService {
|
36
|
34
|
@Resource
|
37
|
35
|
private FeignAgileService feignAgileService;
|
38
|
36
|
|
|
37
|
+ @Resource
|
|
38
|
+ private SystemOutsideDataService systemOutsideDataService;
|
|
39
|
+
|
39
|
40
|
@Override
|
40
|
41
|
public List<BusinessMovelibrary> queryByExample(Integer pageNum, Integer pageSize,
|
41
|
42
|
BusinessMovelibrary businessReceiveMovelibrary) {
|
|
@@ -227,11 +228,12 @@ public class MoveLibraryNoticeServiceImpl implements MoveLibraryNoticeService {
|
227
|
228
|
//String isTest = jsonObject.get("isTest").toString(); //是否质检
|
228
|
229
|
//String fhdwcfbm = jsonObject.get("fhdwcfbm").toString(); //发货单位仓房编码
|
229
|
230
|
//String shdwcfbm = jsonObject.get("shdwcfbm").toString(); //收货单位仓房编码
|
230
|
|
-
|
|
231
|
+ systemOutsideDataService.addlogger("yktzd", notice, modelMap.toString());
|
231
|
232
|
} catch (Exception e) {
|
232
|
233
|
e.printStackTrace();
|
233
|
234
|
modelMap.put("status", "error");
|
234
|
235
|
modelMap.put("msg", "保存失败!");
|
|
236
|
+ systemOutsideDataService.addlogger("yktzd", notice, modelMap.toString());
|
235
|
237
|
}
|
236
|
238
|
|
237
|
239
|
return modelMap;
|