|  |  |  | 
|---|
|  |  |  | @Scheduled(cron = "0/3 * * * * ? ") | 
|---|
|  |  |  | public void locToLocAutoLocMove(){ | 
|---|
|  |  |  | if (slaveWmsParameterProperties.isAutoLocMoveBoolean()){ | 
|---|
|  |  |  | Config config = configService.selectById("AutoLocMove"); | 
|---|
|  |  |  | Config config = configService.selectConfigByCode("AutoLocMove"); | 
|---|
|  |  |  | if (Cools.isEmpty(config) || config.getValue().equals("false")) { | 
|---|
|  |  |  | return; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | @Scheduled(cron = "0/3 * * * * ? ") | 
|---|
|  |  |  | public void locToLoc11(){ | 
|---|
|  |  |  | if (slaveWmsParameterProperties.isAutoLocMoveUnilateralBoolean()){ | 
|---|
|  |  |  | Config config = configService.selectById("AutoLocMoveUnilateral"); | 
|---|
|  |  |  | Config config = configService.selectConfigByCode("AutoLocMoveUnilateral"); | 
|---|
|  |  |  | if (Cools.isEmpty(config) || config.getValue().equals("false")) { | 
|---|
|  |  |  | return; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | @Scheduled(cron = "0/3 * * * * ? ") | 
|---|
|  |  |  | public void locToLoc111() { | 
|---|
|  |  |  | if (slaveWmsParameterProperties.isAutoLocMoveUnilateralBoolean()){ | 
|---|
|  |  |  | Config config = configService.selectById("AutoLocMoveUnilateral"); | 
|---|
|  |  |  | Config config = configService.selectConfigByCode("AutoLocMoveUnilateral"); | 
|---|
|  |  |  | if (Cools.isEmpty(config) || config.getValue().equals("false")) { | 
|---|
|  |  |  | return; | 
|---|
|  |  |  | } | 
|---|