|
@@ -400,6 +400,7 @@ public class invCardManageAction implements IMINAction {
|
|
|
String info = "";
|
|
|
if ("0".equals(temp)) {
|
|
|
vd.setStatus("6");
|
|
|
+
|
|
|
info = "废止";
|
|
|
//修改提货表
|
|
|
Service.lookup(IMINDataBaseService.class)
|
|
@@ -407,6 +408,7 @@ public class invCardManageAction implements IMINAction {
|
|
|
.updateByPrimaryKeySelective(vd);
|
|
|
//修改订单详情表
|
|
|
vmOrderDetails.setIsDelivery("01");
|
|
|
+ vmOrderDetails.setPickupTime(DateUtil.getCurrentDateTimeString());
|
|
|
Service.lookup(IMINDataBaseService.class)
|
|
|
.getMybatisMapper(VmOrderDetailsMapper.class)
|
|
|
.updateByPrimaryKeySelective(vmOrderDetails);
|