服务指令-指令池单据类型修改
This commit is contained in:
parent
22d69418df
commit
7f5139d169
|
|
@ -57,6 +57,7 @@ public class CareDataPoolServiceImpl extends ServiceImpl<CareDataPoolMapper, Dir
|
|||
List<DirectiveDataPool> planList = baseMapper.queryPlanList(entity);//获取计划
|
||||
if(planList.size()>0){
|
||||
for(DirectiveDataPool plan : planList){
|
||||
plan.setPoolType("1");
|
||||
DirectiveDataPool pool = dataPoolService.queryPoolOne(plan);
|
||||
if(pool!=null){
|
||||
continue;
|
||||
|
|
@ -87,7 +88,6 @@ public class CareDataPoolServiceImpl extends ServiceImpl<CareDataPoolMapper, Dir
|
|||
dataPool.setIzOrders("N");
|
||||
dataPool.setIzStart("N");
|
||||
dataPool.setDelFlag("0");
|
||||
dataPool.setPoolType("1");
|
||||
String izPackage = dataPool.getIzPackage();
|
||||
if(izPackage!=null&&izPackage.equals("Y")){
|
||||
addPackage(dataPool);
|
||||
|
|
|
|||
Loading…
Reference in New Issue