修改查询条件

release
yishiqihuasheng 2 years ago
parent 9db2db3828
commit 55b5de1d99
  1. 12
      dxhy-base/src/main/java/com/dxhy/base/controller/BaseInvoiceController.java

@ -919,13 +919,13 @@ public class BaseInvoiceController extends AbstractController {
@ResponseBody
public Object afterInTellingCheck(@RequestBody Map<String, Object> map) {
String isChooseAll = (String) map.get("isChooseAll");
if (StringUtils.isBlank(isChooseAll)){
isChooseAll = "Y";
}
// String isChooseAll = (String) map.get("isChooseAll");
//
// if (StringUtils.isBlank(isChooseAll)){
// isChooseAll = "Y";
// }
map.put("isChooseAll",isChooseAll);
map.put("isChooseAll","Y");
int curr = 1;
int size = 10;
int count = 0;

Loading…
Cancel
Save