自动同步改为手动同步

This commit is contained in:
刘名喜 2024-12-05 09:36:06 +08:00
parent 888ec3d875
commit ecfad3d012

View File

@ -49,7 +49,7 @@ public class WmsOutPlanController extends BaseController {
@PreAuthorize("@ss.hasPermi('md:PLAN:list')")
@GetMapping("/list")
public TableDataInfo list(WmsOutPlan wmsOutPlan) {
wmsOutPlanService.synchronizationMiniBox(getUsername());
// wmsOutPlanService.synchronizationMiniBox(getUsername());
startPage();
List<WmsOutPlan> list = wmsOutPlanService.selectWmsOutPlanList(wmsOutPlan);
return getDataTable(list);