Compare commits
No commits in common. "33dcb8c5aa6dec9ae47c8dc0cdc0fc43f4bb02db" and "69da845254c38ebd41bf8f2a1a603b30efff66d2" have entirely different histories.
33dcb8c5aa
...
69da845254
@ -152,6 +152,8 @@ public class CheckResultUtils {
|
|||||||
*/
|
*/
|
||||||
public Map<String, Object> chksamplenew(LabPat labPat, List<LabResult> labResultList,int xh){
|
public Map<String, Object> chksamplenew(LabPat labPat, List<LabResult> labResultList,int xh){
|
||||||
String yq = labPat.getYq();
|
String yq = labPat.getYq();
|
||||||
|
Date jyrq = labPat.getJyrq();
|
||||||
|
String ybh = labPat.getYbh();
|
||||||
String bz= labPat.getBz();
|
String bz= labPat.getBz();
|
||||||
Map<String, Object> params = new HashMap<>();
|
Map<String, Object> params = new HashMap<>();
|
||||||
params.put("code", "0");
|
params.put("code", "0");
|
||||||
|
|||||||
@ -228,10 +228,8 @@ public class LisWorkOperServiceImpl implements LisWorkOperService {
|
|||||||
String alarmflag = labPat.getAlarmflag();
|
String alarmflag = labPat.getAlarmflag();
|
||||||
if (("1".equals(alarmflag) && wjz != 1)) {
|
if (("1".equals(alarmflag) && wjz != 1)) {
|
||||||
labPat.setAlarmflag("1");
|
labPat.setAlarmflag("1");
|
||||||
commonUtil.updateLabPat(labPat);
|
|
||||||
} else if (("".equals(alarmflag) || alarmflag == null) && wjz == 1) {
|
} else if (("".equals(alarmflag) || alarmflag == null) && wjz == 1) {
|
||||||
labPat.setAlarmflag("");
|
labPat.setAlarmflag("");
|
||||||
commonUtil.updateLabPat(labPat);
|
|
||||||
}
|
}
|
||||||
//医学审核条件判断
|
//医学审核条件判断
|
||||||
if(problemId<4)problemId=4;
|
if(problemId<4)problemId=4;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user