fix:出库入规则优化

This commit is contained in:
zhangzq
2024-09-01 14:33:15 +08:00
parent 594291ebbd
commit b9d30b3598
2 changed files with 7 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ import org.springframework.web.bind.annotation.RestController;
@ServletComponentScan
@EnableTransactionManagement
@MapperScan("org.nl.**.mapper")
@EnableDynamicTp
//@EnableDynamicTp
public class AppRun implements CommandLineRunner {
public static void main(String[] args) {
SpringApplication.run(AppRun.class, args);

View File

@@ -2,4 +2,10 @@
托盘库编码FStockPallet
料箱库编码: FStockId
虚拟库编码: FicStockId
-- 清库存
update st_ivt_structattr set vehicle_code = null;
-- 删除组盘信息
update md_pb_vehiclemater set is_delete = '1';
-- 任务
update sch_base_task set `status` = '90' where `status` < 80;
------------------------------