mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
编辑订单不允许修改上级
This commit is contained in:
+2
@@ -260,6 +260,8 @@ public class OrderServiceImpl implements OrderService {
|
||||
}
|
||||
// 订单类型
|
||||
updateObj.setOrderType(getOrderType(parentId, updateReqVO.getOrderType()));
|
||||
// 不允许修改上级
|
||||
updateObj.setParentId(null);
|
||||
orderMapper.updateById(updateObj);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user