|
@ -106,8 +106,13 @@ public class PrescriptionStatusUpdateService {
|
|
|
* 待取药:30 支付成功/等待配药,31 配药成功/等待取药,32 配送中
|
|
|
* 已完成:100 已完成/未评价 ,101 已完成已经评价
|
|
|
*/
|
|
|
if(13<wlyyPrescriptionVO.getStatus()){
|
|
|
imService.pushPrescriptionImMessage(wlyyPrescriptionVO);
|
|
|
try {
|
|
|
if(13<wlyyPrescriptionVO.getStatus()){
|
|
|
imService.pushPrescriptionImMessage(wlyyPrescriptionVO);
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
logger.error("im异常:"+e.getMessage());
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
//用处方号获取不到处方时,重新更新处方到本地
|
|
|
if(!preExistFlag){
|