main
黄海 8 months ago
parent ae07b8798e
commit 27130dff86

@ -576,11 +576,13 @@ public class DataEaseController extends Controller {
*/
@Before({GET.class})
@IsLoginInterface({})
public void getDataSetByProvince() {
public void getDataSetByProvince(int identity_id) {
if (identity_id == 0) identity_id = 2;
List<Record> list = dm.getDataSetByIdentityId(2, null);
renderJson(CommonUtil.renderJsonForLayUI(list));
}
/**
*
*

Loading…
Cancel
Save