|
@ -859,7 +859,7 @@ public class DoctorFamilyContractController extends WeixinBaseController {
|
|
|
String teamCode,
|
|
|
String params) {
|
|
|
try {
|
|
|
JSONObject list = familyContractService.findNoHealthSignFamilyHealthByParams("shiliuD20160926002",teamCode, params);
|
|
|
JSONObject list = familyContractService.findNoHealthSignFamilyHealthByParams(getUID(),teamCode, params);
|
|
|
return write(200, "签约数据加载成功!", "data", list);
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|