|
|
@@ -31,6 +31,7 @@ import cn.com.yskj.zfdm.manager.comm.handler.hlt.service.HltService; |
|
|
|
import cn.com.yskj.zfdm.repo.request.service.application.ServiceRequestManagementRequest; |
|
|
|
import cn.com.yskj.zfdm.repo.zfd.ZfdServiceApplyDetailRepo; |
|
|
|
import cn.com.yskj.zfdm.repo.zfd.ZfdServiceApplyRepo; |
|
|
|
import cn.hutool.core.collection.CollectionUtil; |
|
|
|
@Service |
|
|
|
public class ServiceRequestInquiryManagerImpl extends AbstractManager implements ServiceRequestInquiryManager{ |
|
|
|
|
|
|
@@ -107,12 +108,12 @@ public class ServiceRequestInquiryManagerImpl extends AbstractManager implements |
|
|
|
|
|
|
|
//保存数据 |
|
|
|
zfdServiceApplyRepo.save(applyInDb); |
|
|
|
if (applyDetailList !=null) { |
|
|
|
zfdServiceApplyDetailRepo.saveAll(applyDetailList); |
|
|
|
} |
|
|
|
// if (!CollectionUtil.isEmpty(applyDetailList)) { |
|
|
|
// if (applyDetailList !=null) { |
|
|
|
// zfdServiceApplyDetailRepo.saveAll(applyDetailList); |
|
|
|
// } |
|
|
|
if (!CollectionUtil.isEmpty(applyDetailList)) { |
|
|
|
zfdServiceApplyDetailRepo.saveAll(applyDetailList); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
private void rechargeOrderCommRequest(List<ZfdServiceApplyDetail> applyDetailList, String rechargeOrderId) |