|
@@ -154,7 +154,7 @@ public class MedCheckWorkFacade {
|
|
|
*/
|
|
|
public void execute(String param) {
|
|
|
JSONObject paramJson = JSONObject.parseObject(param);
|
|
|
- Long hospiatlId = paramJson.getLong("hospital");
|
|
|
+ Long hospiatlId = Long.parseLong(SysUserUtils.getCurrentHospitalID());
|
|
|
JSONObject typeValue = paramJson.getJSONObject("typeVal");
|
|
|
JSONObject typeName = paramJson.getJSONObject("typeName");
|
|
|
int searchSize = paramJson.getInteger("searchSize");
|