main
黄海 1 year ago
parent 611b1acd34
commit 8f8efbcab6

@ -57,7 +57,6 @@ public class ZjcqController extends Controller {
@Before({GET.class})
@IsLoginInterface({})
@EmptyInterface({"lx_ids", "ly_ids"})
@IsNumericInterface({"count"})
public void getZjcqList(String lx_ids, String ly_ids) {
List<Record> list = zm.getZjcqList(lx_ids, ly_ids);
renderJson(list);

Loading…
Cancel
Save