|
@ -691,7 +691,7 @@ public class DoctorFamilyContractController extends WeixinBaseController {
|
|
|
*/
|
|
|
@RequestMapping(value = "/sign_info_update")
|
|
|
@ResponseBody
|
|
|
public String setHealthDoctor(String patient, @RequestParam(required = false) String healthDoctor
|
|
|
public String updateSignInfo(String patient, @RequestParam(required = false) String healthDoctor
|
|
|
, @RequestParam(required = false) String expensesType) {
|
|
|
try {
|
|
|
if (StringUtils.isEmpty(patient)) {
|