主程序
This commit is contained in:
parent
ce9b6b8c98
commit
7d0e2b20d4
@ -173,6 +173,7 @@ public class LisWorkUtils {
|
||||
String yqdl = commonUtil.getYqdl(yq);
|
||||
//查询病人信息
|
||||
LabPat labPat = commonUtil.getLabPatOne(jyrq, yq, ybh);
|
||||
if(labPat==null) return new Result("0", "保存成功!");
|
||||
String finish = labPat.getFinish();
|
||||
if (!"细菌仪".equals(yqdl) && finish != null && finsh == 1) labPat.setFinish("1");
|
||||
labResultList = saveallresult(labPat, labResultList);
|
||||
|
||||
@ -243,7 +243,7 @@ public class LisWorkServiceImpl implements LisWorkService {
|
||||
labInputcol3.setKj("1");
|
||||
labInputcol3.setKybj("0");
|
||||
labInputcol3.setZdts("名称");
|
||||
labInputcol3.setMrz("120");
|
||||
labInputcol3.setMrz("100");
|
||||
ResultConfig.add(3,labInputcol3);
|
||||
LabInputcol labInputcol4 =new LabInputcol();
|
||||
labInputcol4.setXh(4);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user