Commit a863e973 authored by 温志超's avatar 温志超

1.更新修改报工

2.增加工单修改生产版本接口
parent 744fd8da
......@@ -1429,7 +1429,7 @@ public class ProWorkorderServiceImpl implements IProWorkorderService {
ExceptionUtil.checkTrueThrowException(!this.checkWorkorderIsExsit(proWorkorder), MessageUtils.message("pro.workOrder.error.workOrderNo.exist"));
proWorkorderVo.setParentId(parentWorkorderId);
proWorkorderVo.setWorkorderId(null);
proWorkorderVo.setStatus(WorkorderStatusEnum.PREPARE.getValue());
proWorkorderVo.setStatus(WorkorderStatusEnum.PUBLISHED.getValue());
this.insertProWorkorderVo(proWorkorderVo);
QueryWrapper<ProWorkorder> proWorkorderQueryWrapper = new QueryWrapper<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment