调整请领单未查到指令提示语
This commit is contained in:
parent
ff76a8ba39
commit
fa73ecbec6
|
|
@ -312,7 +312,7 @@ public class QingLingServiceImpl implements IQinglingApi {
|
|||
}
|
||||
} else {
|
||||
result.put("status", "faild");
|
||||
result.put("message", "未收到指令,无法提交");
|
||||
result.put("message", "暂无服务指令");
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
@ -370,7 +370,7 @@ public class QingLingServiceImpl implements IQinglingApi {
|
|||
}
|
||||
} else {
|
||||
result.put("status", "faild");
|
||||
result.put("message", "未收到指令,无法提交");
|
||||
result.put("message", "暂无服务指令");
|
||||
return result;
|
||||
}
|
||||
//检测通过了 继续检测对应护理单元是否有未完结请领单
|
||||
|
|
@ -766,7 +766,7 @@ public class QingLingServiceImpl implements IQinglingApi {
|
|||
}
|
||||
} else {
|
||||
result.put("status", "faild");
|
||||
result.put("message", "未收到指令,无法提交");
|
||||
result.put("message", "暂无服务指令");
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue