|
|
@@ -31,10 +31,6 @@ public class ProdInOutServiceImpl implements ProdInOutService {
|
|
|
Object inorout = baseDao.getFieldDataByCondition("DOCUMENTSETUP", "ds_inorout", "DS_NAME='" + piClass + "'");
|
|
|
HashMap<String, String> header = new HashMap<String, String>();
|
|
|
Map<String, String> params = new HashMap<>();
|
|
|
- //只有出库才会回调湘芯获取序列号的接口
|
|
|
- if("OUT".equals(inorout)||"-IN".equals(inorout)){
|
|
|
- dockingQtyDiff(pi_id);
|
|
|
- }
|
|
|
//时间戳
|
|
|
String timestamp = String.valueOf(System.currentTimeMillis());
|
|
|
//请求地址+时间戳+dataURL编码+master
|