|
@@ -767,7 +767,7 @@ public class InsFeeAuditServiceImpl extends ServiceImpl<InsFeeAuditMapper, InsFe
|
|
|
@Transactional
|
|
@Transactional
|
|
|
public InsFeeAudit saveInsFeeAuditAndHistory(String orderNo, String insOrderNo, boolean isAutoAudit, String auditstatus) {
|
|
public InsFeeAudit saveInsFeeAuditAndHistory(String orderNo, String insOrderNo, boolean isAutoAudit, String auditstatus) {
|
|
|
//查询费用审核表
|
|
//查询费用审核表
|
|
|
- InsFeeAudit insFeeAudit = getOne(new LambdaQueryWrapper<InsFeeAudit>().eq(InsFeeAudit::getOrderno, orderNo));
|
|
|
|
|
|
|
+ InsFeeAudit insFeeAudit = getOne(new LambdaQueryWrapper<InsFeeAudit>().eq(InsFeeAudit::getInsOrderNo, insOrderNo));
|
|
|
if(insFeeAudit != null && insFeeAudit.getAuditstatus().equals("1")){
|
|
if(insFeeAudit != null && insFeeAudit.getAuditstatus().equals("1")){
|
|
|
throw new SystemException("该订单费用已审核,请刷新页面");
|
|
throw new SystemException("该订单费用已审核,请刷新页面");
|
|
|
}
|
|
}
|