|
@ -518,7 +518,7 @@ public class PrescriptionInfoService extends BaseService {
|
|
|
object = prescriptionService.checkRecipeNoPay(2,code);
|
|
|
String status = object.getString("status");
|
|
|
if("200".equals(status)){
|
|
|
//-1操作失败 0新开 1待执行 5已执行 9作废 404没有找到对应的数据
|
|
|
//-1操作失败 0新开 1待执行 5已执行 9作废 404没有找到对应的数据.
|
|
|
String jwCode = object.getString("code");
|
|
|
if("9".equals(jwCode)){
|
|
|
prescription.setStatus(PrescriptionLog.PrescriptionLogStatus.pay_cancle.getValue());
|