主业务添加代码
This commit is contained in:
parent
237e89dbc1
commit
d6fb8cb4f6
@ -9,7 +9,7 @@
|
||||
and yq = #{yq,jdbcType=CHAR}
|
||||
and ybh = #{ybh,jdbcType=VARCHAR}
|
||||
</select>
|
||||
<delete id="deleteLabPatwarning">
|
||||
<delete id="deleteLabResultwarning">
|
||||
delete from lab_resultwarning
|
||||
where jyrq = #{jyrq}
|
||||
and yq = #{yq}
|
||||
|
||||
@ -1451,15 +1451,15 @@ public class LisWorkOperServiceImpl implements LisWorkOperService {
|
||||
public Result reglimit( Date jyrq, String yq, String ybh, String yhdh,String qrr,String phone,String tzfs){
|
||||
log.info("登记危急值{}",tzfs);
|
||||
int problemId = ServletUtils.getParameterToInt("problemId", 0);
|
||||
LabPatwarning labPatwarning=commonUtil.getLabPatwarning(jyrq, yq, ybh);
|
||||
if (labPatwarning != null) {
|
||||
if(problemId<5) {
|
||||
LabPatwarning labPatwarning0=commonUtil.getLabPatwarning(jyrq, yq, ybh);
|
||||
if (labPatwarning0 != null) {
|
||||
return new Result("4", "该标本已经登记,是否重新登记?", 5);
|
||||
}
|
||||
}
|
||||
commonUtil.deleteLabPatwarning(jyrq, yq, ybh);
|
||||
commonUtil.deleteLabResultwarning(jyrq, yq, ybh);
|
||||
}
|
||||
labPatwarning =new LabPatwarning();
|
||||
LabPatwarning labPatwarning =new LabPatwarning();
|
||||
LabPat labPat = commonUtil.getLabPatOne(jyrq, yq, ybh);
|
||||
List<LabResult> labResultList = commonUtil.getLabResultList(jyrq, yq, ybh);
|
||||
String jzbz=labPat.getJzbz().trim();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user