上下架读取商品名称
parent
a626da7ee0
commit
112539069e
|
@ -128,8 +128,10 @@ public class MdBinController extends BaseController {
|
||||||
mdBin = systemService.getEntity(MdBinEntity.class, mdBin.getId());
|
mdBin = systemService.getEntity(MdBinEntity.class, mdBin.getId());
|
||||||
message = "仓位停用成功";
|
message = "仓位停用成功";
|
||||||
try{
|
try{
|
||||||
mdBin.setTingYong("Y");
|
// mdBin.setTingYong("Y");
|
||||||
mdBinService.saveOrUpdate(mdBin);
|
// mdBinService.saveOrUpdate(mdBin);
|
||||||
|
mdBinService.delete(mdBin);
|
||||||
|
|
||||||
systemService.addLog(message, Globals.Log_Type_DEL, Globals.Log_Leavel_INFO);
|
systemService.addLog(message, Globals.Log_Type_DEL, Globals.Log_Leavel_INFO);
|
||||||
}catch(Exception e){
|
}catch(Exception e){
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
@ -208,8 +210,8 @@ public class MdBinController extends BaseController {
|
||||||
MdBinEntity mdBin = systemService.getEntity(MdBinEntity.class,
|
MdBinEntity mdBin = systemService.getEntity(MdBinEntity.class,
|
||||||
id
|
id
|
||||||
);
|
);
|
||||||
mdBin.setTingYong("Y");
|
// mdBin.setTingYong("Y");
|
||||||
mdBinService.saveOrUpdate(mdBin);
|
mdBinService.delete(mdBin);
|
||||||
systemService.addLog(message, Globals.Log_Type_DEL, Globals.Log_Leavel_INFO);
|
systemService.addLog(message, Globals.Log_Type_DEL, Globals.Log_Leavel_INFO);
|
||||||
}
|
}
|
||||||
}catch(Exception e){
|
}catch(Exception e){
|
||||||
|
|
Loading…
Reference in New Issue