Compare commits

..

No commits in common. "33dcb8c5aa6dec9ae47c8dc0cdc0fc43f4bb02db" and "69da845254c38ebd41bf8f2a1a603b30efff66d2" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -152,6 +152,8 @@ public class CheckResultUtils {
*/
public Map<String, Object> chksamplenew(LabPat labPat, List<LabResult> labResultList,int xh){
String yq = labPat.getYq();
Date jyrq = labPat.getJyrq();
String ybh = labPat.getYbh();
String bz= labPat.getBz();
Map<String, Object> params = new HashMap<>();
params.put("code", "0");

View File

@ -228,10 +228,8 @@ public class LisWorkOperServiceImpl implements LisWorkOperService {
String alarmflag = labPat.getAlarmflag();
if (("1".equals(alarmflag) && wjz != 1)) {
labPat.setAlarmflag("1");
commonUtil.updateLabPat(labPat);
} else if (("".equals(alarmflag) || alarmflag == null) && wjz == 1) {
labPat.setAlarmflag("");
commonUtil.updateLabPat(labPat);
}
//医学审核条件判断
if(problemId<4)problemId=4;