opt:优化一件设置

This commit is contained in:
zhangzq
2025-06-22 13:47:32 +08:00
parent 8b05812975
commit 5e7914c19f
2 changed files with 1 additions and 2 deletions

View File

@@ -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) {
// 载具扩展属性表 // 载具扩展属性表

View File

@@ -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);
} }