装车复核状态保存

master
cez 2023-01-25 11:46:54 +08:00
parent adca63e56b
commit cffbc0ee9f
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@ import org.springframework.http.MediaType;
import org.springframework.web.util.UriComponentsBuilder;
import static com.xiaoleilu.hutool.date.DateTime.now;
import static org.jeecgframework.web.system.sms.util.Constants.wm_sta6;
/**
* @Title: Controller
@ -862,6 +863,7 @@ public class WmToDownGoodsController extends BaseController {
}
if ("fh".equals(type)){
wmOmNoticeHEntity.setFhUser(userName);
wmOmNoticeHEntity.setOmSta(wm_sta6);
}
systemService.updateEntitie(wmOmNoticeHEntity);
}catch (Exception e){