fix:出库入规则优化
This commit is contained in:
@@ -30,7 +30,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|||||||
@ServletComponentScan
|
@ServletComponentScan
|
||||||
@EnableTransactionManagement
|
@EnableTransactionManagement
|
||||||
@MapperScan("org.nl.**.mapper")
|
@MapperScan("org.nl.**.mapper")
|
||||||
@EnableDynamicTp
|
//@EnableDynamicTp
|
||||||
public class AppRun implements CommandLineRunner {
|
public class AppRun implements CommandLineRunner {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SpringApplication.run(AppRun.class, args);
|
SpringApplication.run(AppRun.class, args);
|
||||||
|
|||||||
@@ -2,4 +2,10 @@
|
|||||||
托盘库编码:FStockPallet
|
托盘库编码:FStockPallet
|
||||||
料箱库编码: FStockId
|
料箱库编码: FStockId
|
||||||
虚拟库编码: FicStockId
|
虚拟库编码: 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;
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user