|
|
@ -1099,6 +1099,7 @@ public class SDNYMainProcessController extends AbstractController { |
|
|
|
} |
|
|
|
} |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
DynamicContextHolder.push(dbName + DbConstant.BUSINESS_WRITE); |
|
|
|
DynamicContextHolder.push(dbName + DbConstant.BUSINESS_WRITE); |
|
|
|
|
|
|
|
|
|
|
|
//删除对应的影像号
|
|
|
|
//删除对应的影像号
|
|
|
|
QueryWrapper<BaseTDxRecordInvoice> recordWrapper = new QueryWrapper<>(); |
|
|
|
QueryWrapper<BaseTDxRecordInvoice> recordWrapper = new QueryWrapper<>(); |
|
|
|
recordWrapper.eq("image_id", imageId); |
|
|
|
recordWrapper.eq("image_id", imageId); |
|
|
|