提交 3b5c7bb2 authored 作者: 000516's avatar 000516 提交者: Coding

稽查任务转换促销执行、未执行状态直接保存中文

Merge Request: 稽查任务转换促销执行、未执行状态直接保存中文 Created By: @李秋林 Accepted By: @李秋林 URL: https://g-pkkp8204.coding.net/p/promotion/d/promotion-service/git/merge/265?initial=true
......@@ -32,11 +32,6 @@ public class ExaPlanCoreController {
ActivityExamineDto examineDto = new ActivityExamineDto();
BeanUtils.copyProperties(exaPlanVo, examineDto);
ActivityExamineDto examineN = null;
// 执行/未执行
if (Objects.nonNull(exaPlanVo.getPlanStatus())){
examineDto.setPlanStatus(PlanStatus.getDesc(exaPlanVo.getPlanStatus()));
}
if (Objects.isNull(exaPlanVo.getId())) {
examineDto.setCreateBy(exaPlanVo.getEmployeeName());
examineN = saveOne(examineDto);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论