|
@ -115,7 +115,7 @@ public class MedicineOrderDrugsEndpoint extends EnvelopRestEndpoint {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@PostMapping("/open/getSettlementInfoSecode")
|
|
|
@RequestMapping(value = "/open/getSettlementInfoSecode",method = {RequestMethod.POST,RequestMethod.GET})
|
|
|
@ApiOperation(value = "获取患者待结算--费用明细上传接口封装", notes = "费用明细上传接口封装")
|
|
|
public Envelop getSettlementInfoSecode(
|
|
|
@ApiParam(name = "recipe_no", value = "recipe_no")
|
|
@ -144,7 +144,7 @@ public class MedicineOrderDrugsEndpoint extends EnvelopRestEndpoint {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@PostMapping("/open/getSettlementInfo")
|
|
|
@RequestMapping(value = "/open/getSettlementInfo",method = {RequestMethod.POST,RequestMethod.GET})
|
|
|
@ApiOperation(value = "获取患者待His结算信息页面", notes = "获取患者待His结算信息页面")
|
|
|
public Envelop getSettlementInfo(
|
|
|
@ApiParam(name = "chargeArr", value = "chargeArr")
|