|
@@ -97,7 +97,7 @@ public class BuyService {
|
|
//判断是指挥部还是管理员
|
|
//判断是指挥部还是管理员
|
|
if (list.getTgSupplier().equals("指挥部")) {
|
|
if (list.getTgSupplier().equals("指挥部")) {
|
|
if (list.getTgEndTime().getTime() < new DateTime().getMillis()) {
|
|
if (list.getTgEndTime().getTime() < new DateTime().getMillis()) {
|
|
- jmTuangouDao.updateStatusByJmId(list.getJmId(), 2L);//取消
|
|
|
|
|
|
+ jmTuangouDao.updateStatusByJmId(list.getJmId(), 2L);//发货
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
// 团购数量 最小起订量
|
|
// 团购数量 最小起订量
|