This commit is contained in:
linfso 2024-06-21 19:35:49 +08:00
parent db77f5751c
commit 0be5d7f5bf

View File

@ -154,6 +154,12 @@ public class EmisWaybillProblemInfoController extends EmisBaseController
{
try {
// 判断是否重复登记
// EmisWaybillProblemInfo query = new EmisWaybillProblemInfo();
// query.setBillCode(emisWaybillProblemInfo.getBillCode());
// query.setRegisterSiteCode(getLoginUser().getUser().getOwnerSiteCode());
// query.setProblemType(emisWaybillProblemInfo.getProblemType());
// 做问题件扫描登记
/*
@ -192,10 +198,7 @@ public class EmisWaybillProblemInfoController extends EmisBaseController
emisTmsScanRecordService.scan(scanInfo);
return AjaxResult.success("登记成功");
} catch (EmisBizError emisBizError) {
emisBizError.printStackTrace();
return AjaxResult.error(emisBizError.getMessage());
}catch (Exception e) {
} catch (Exception e) {
e.printStackTrace();
return AjaxResult.error("数据异常!");
}