|
@ -837,17 +837,13 @@ public class SynergyManageService extends BaseJpaService {
|
|
return jsonObject;
|
|
return jsonObject;
|
|
}
|
|
}
|
|
|
|
|
|
public JSONObject getUnitLabels(String currentRoleCode) {
|
|
|
|
String url = wlyyUrl + "/wlyygc/doctor/label/unitLabels?currentRoleCode=" + currentRoleCode + "¤tRoleLevel=3";
|
|
|
|
|
|
public JSONObject getUnitLabels(String currentRoleCode, String currentRoleLevel) {
|
|
|
|
String url = wlyyUrl + "/wlyygc/doctor/label/unitLabels?currentRoleCode=" + currentRoleCode + "¤tRoleLevel=" + currentRoleLevel;
|
|
String response = httpClientUtil.get(url, "UTF-8");
|
|
String response = httpClientUtil.get(url, "UTF-8");
|
|
JSONObject jsonObject = new JSONObject(response);
|
|
JSONObject jsonObject = new JSONObject(response);
|
|
return jsonObject;
|
|
return jsonObject;
|
|
}
|
|
}
|
|
|
|
|
|
public List<Town> getTowns() {
|
|
|
|
return (List<Town>) townDao.findAll();
|
|
|
|
}
|
|
|
|
|
|
|
|
public void exportWorkorder(String code,String keywords,Integer workorderType,
|
|
public void exportWorkorder(String code,String keywords,Integer workorderType,
|
|
Integer isMyTask,Integer status,Integer priority,Integer timeout,String workorderCode,
|
|
Integer isMyTask,Integer status,Integer priority,Integer timeout,String workorderCode,
|
|
String principal,String serviceStartTime,String serviceEndTime,
|
|
String principal,String serviceStartTime,String serviceEndTime,
|