批量审核
This commit is contained in:
parent
8f04396e6f
commit
805a565263
@ -429,10 +429,10 @@ public class LisWorkUtils extends LisWorkconfirm {
|
|||||||
//2:数据合法性校验
|
//2:数据合法性校验
|
||||||
String jgbz = labPat.getJgbz();
|
String jgbz = labPat.getJgbz();
|
||||||
if (!"2".equals(jgbz)) return new Result("-1", "报告未审核,不需解除!");
|
if (!"2".equals(jgbz)) return new Result("-1", "报告未审核,不需解除!");
|
||||||
String unconfirmlog = commonUtil.getComOptValue(yq, "unconfirmlog");
|
// String unconfirmlog = commonUtil.getComOptValue(yq, "unconfirmlog");
|
||||||
if ("1".equals(unconfirmlog)) {
|
// if ("1".equals(unconfirmlog)) {
|
||||||
return new Result("-1", "请填写解除审核原因!");
|
// return new Result("-1", "请填写解除审核原因!");
|
||||||
}
|
// }
|
||||||
|
|
||||||
//调用his报告接口,完成报告同时调用外部接口任务
|
//调用his报告接口,完成报告同时调用外部接口任务
|
||||||
SetReport setReport = new SetReport();
|
SetReport setReport = new SetReport();
|
||||||
@ -497,7 +497,6 @@ public class LisWorkUtils extends LisWorkconfirm {
|
|||||||
if (sqh != null) {
|
if (sqh != null) {
|
||||||
setlabReqsteplog(sqh, LabReqmainConstants.START, yhdh);
|
setlabReqsteplog(sqh, LabReqmainConstants.START, yhdh);
|
||||||
}
|
}
|
||||||
if (!"取消成功!".equals(msg)) return new Result("3", msg);
|
|
||||||
return new Result("0", msg);
|
return new Result("0", msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user