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