机台,标签接口返回错误修改,打包分页接口条件修改

This commit is contained in:
liuzhaotian
2024-07-10 18:47:39 +08:00
parent b5086b450b
commit e3b5567acf
8 changed files with 23 additions and 8 deletions
@@ -111,6 +111,7 @@ public class PlanServiceImpl implements PlanService {
plan.setPlanNo(identifierGenerator.nextId(null).toString());
String orderNos = itemList.stream().map(PlanSaveReqVO.Item::getOrderId).distinct().toList().toString();
plan.setOrderNos(orderNos);
plan.setProduceTime(null);
planMapper.insert(plan);
// 修改对应的生产单的状态为 生产中