定时任务注释

master
erzhongxmu 2023-02-03 13:07:18 +08:00
parent da163b87c9
commit 3b3fa835aa
3 changed files with 10 additions and 10 deletions

View File

@ -26,8 +26,8 @@ import com.zzjee.md.entity.MdGoodsEntity;
import com.zzjee.md.entity.MvGoodsEntity;
/**
* @ClassName:SmsSendTask
* @Description: TODO
* @ClassName:SmsSendTask
* @Description:
* @date 2014-11-13 5:06:34
*/
@Service("costTask")

View File

@ -22,11 +22,11 @@ import java.util.*;
import static com.xiaoleilu.hutool.date.DateTime.now;
/**
*
* @ClassName:SmsSendTask
* @Description: TODO
*
* @ClassName:SmsSendTask
* @Description: ABC
* @date 2014-11-13 5:06:34
*
*
*/
@Service("goodsMoveTask")
public class GoodsMoveTask {

View File

@ -27,9 +27,9 @@ import com.zzjee.wm.entity.WmToUpGoodsEntity;
/**
*
* @ClassName:SmsSendTask
* @Description: TODO
* @author Comsys-skyCc cmzcheng@gmail.com
* @ClassName:SmsSendTask
* @Description:
* @author
* @date 2014-11-13 5:06:34
*
*/
@ -70,7 +70,7 @@ public class SmsSendTask {
// TODO: handle exception
}
try {//查找储位 设置批量收货基本数量
try {//收货推荐储位
List<WmInQmIEntity> WmInQmlist = new ArrayList<WmInQmIEntity>();
hql = null;
hql = "from WmInQmIEntity t where t.binSta= 'N' and (t.binId is null or t.binId = '' ) ";