main
黄海 8 months ago
commit 366e51d2c1

@ -578,7 +578,7 @@ public class DataEaseController extends Controller {
@IsLoginInterface({})
public void getDataSetByProvince(int identity_id) {
if (identity_id == 0) identity_id = 2;
List<Record> list = dm.getDataSetByIdentityId(2, null);
List<Record> list = dm.getDataSetByIdentityId(identity_id, null);
renderJson(CommonUtil.renderJsonForLayUI(list));
}

Loading…
Cancel
Save