diff --git a/nursing-unit-services/nu-services-biz/src/main/java/com/nu/modules/biz/invoicing/order/service/impl/InvoicingOrdersServiceImpl.java b/nursing-unit-services/nu-services-biz/src/main/java/com/nu/modules/biz/invoicing/order/service/impl/InvoicingOrdersServiceImpl.java index 29b3ecc0..6153b254 100644 --- a/nursing-unit-services/nu-services-biz/src/main/java/com/nu/modules/biz/invoicing/order/service/impl/InvoicingOrdersServiceImpl.java +++ b/nursing-unit-services/nu-services-biz/src/main/java/com/nu/modules/biz/invoicing/order/service/impl/InvoicingOrdersServiceImpl.java @@ -82,7 +82,7 @@ public class InvoicingOrdersServiceImpl extends ServiceImpl beginOrder(InvoicingOrdersEntity invoicingOrdersEntity){ - try { +// try { Calendar c = Calendar.getInstance(); InvoicingOrders entity = new InvoicingOrders(); entity.setId(invoicingOrdersEntity.getId()); @@ -92,9 +92,9 @@ public class InvoicingOrdersServiceImpl extends ServiceImpl finishOrder(InvoicingOrdersEntity invoicingOrdersEntity){ - try { +// try { Calendar c = Calendar.getInstance(); QueryWrapper ioQw = new QueryWrapper<>(); ioQw.eq("id", invoicingOrdersEntity.getId()); @@ -120,9 +120,9 @@ public class InvoicingOrdersServiceImpl extends ServiceImpl flowDythCksh(InvoicingOrdersEntity invoicingOrdersEntity) { - String code = invoicingOrdersEntity.getFlowCode(); - if(code!=null&&!code.equals("")&&code.equals("dyth_cksh")){ - try{ +// String code = invoicingOrdersEntity.getFlowCode(); +// if(code!=null&&!code.equals("")&&code.equals("dyth_cksh")){ +// try{ thOrdersService.flowDythCksh(invoicingOrdersEntity); - }catch (Exception e){ - return Result.error(e.getMessage()); - } - }else { - //返回错误信息 - return Result.error("单元退货收货流程编码错误"); - } +// }catch (Exception e){ +// return Result.error(e.getMessage()); +// } +// }else { +// //返回错误信息 +// return Result.error("单元退货收货流程编码错误"); +// } return Result.ok(); } @@ -292,7 +292,7 @@ public class InvoicingOrdersServiceImpl extends ServiceImpl beginDyHtOrder(InvoicingOrdersEntity invoicingOrdersEntity){ - try { +// try { Calendar c = Calendar.getInstance(); InvoicingOrders entity = new InvoicingOrders(); entity.setPoolId(invoicingOrdersEntity.getPoolId()); @@ -302,9 +302,10 @@ public class InvoicingOrdersServiceImpl extends ServiceImpl finishDyThOrder(InvoicingOrdersEntity invoicingOrdersEntity){ - try { +// try { Calendar c = Calendar.getInstance(); QueryWrapper ioQw = new QueryWrapper<>(); ioQw.eq("pool_id", invoicingOrdersEntity.getPoolId()); @@ -331,9 +332,10 @@ public class InvoicingOrdersServiceImpl extends ServiceImpl