opt:优化
This commit is contained in:
@@ -251,7 +251,9 @@ public class TwoOutTask extends AbstractAcsTask {
|
||||
* request_param.put("bill_type", IOSEnum.OUT_TYPE.code("转单出库"));
|
||||
*/
|
||||
if (parse.getString("bill_type").equals(IOSEnum.OUT_TYPE.code("转单出库")) || parse.getString("bill_type").equals(IOSEnum.OUT_TYPE.code("换标出库"))) {
|
||||
jsonParam.putAll(JSONObject.parseObject(jsonTask.getRequest_param()));
|
||||
if (ObjectUtil.isNotEmpty(jsonTask.getRequest_param())) {
|
||||
jsonParam.putAll(JSONObject.parseObject(jsonTask.getRequest_param()));
|
||||
}
|
||||
}
|
||||
LashManageServiceImpl bean1 = SpringContextHolder.getBean(LashManageServiceImpl.class);
|
||||
bean1.createHeapTask(jsonParam);
|
||||
|
||||
Reference in New Issue
Block a user