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:
-1
@@ -47,7 +47,6 @@ public class OrderServiceImpl implements OrderService {
|
||||
* 1、解析文件
|
||||
*
|
||||
*/
|
||||
|
||||
// 插入
|
||||
OrderDO order = BeanUtils.toBean(createReqVO, OrderDO.class);
|
||||
orderMapper.insert(order);
|
||||
|
||||
Reference in New Issue
Block a user