opt:优化一件设置
This commit is contained in:
@@ -534,7 +534,6 @@ public class OutBussManageServiceImpl implements OutBussManageService {
|
|||||||
* @param subList 子卷包装关系集合
|
* @param subList 子卷包装关系集合
|
||||||
* @param materList 物料集合
|
* @param materList 物料集合
|
||||||
*/
|
*/
|
||||||
@Autowired
|
|
||||||
@Transactional
|
@Transactional
|
||||||
public void createForMove(JSONObject json, List<JSONObject> subList, List<JSONObject> materList) {
|
public void createForMove(JSONObject json, List<JSONObject> subList, List<JSONObject> materList) {
|
||||||
// 载具扩展属性表
|
// 载具扩展属性表
|
||||||
|
|||||||
@@ -87,5 +87,5 @@ public interface OutBussManageService {
|
|||||||
* @return point_code: 货位编码
|
* @return point_code: 货位编码
|
||||||
*/
|
*/
|
||||||
JSONObject taskExceptional(JSONObject whereJson);
|
JSONObject taskExceptional(JSONObject whereJson);
|
||||||
public void createForMove(JSONObject json, List<JSONObject> subList, List<JSONObject> materList);
|
void createForMove(JSONObject json, List<JSONObject> subList, List<JSONObject> materList);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user