|
|
@ -128,7 +128,7 @@ public class BaseFpcjController extends AbstractController { |
|
|
|
return ResponseEntity.ok(R.error("购方信息不能为空!")); |
|
|
|
return ResponseEntity.ok(R.error("购方信息不能为空!")); |
|
|
|
} |
|
|
|
} |
|
|
|
if (StringUtils.isNotBlank(cjrq)) { |
|
|
|
if (StringUtils.isNotBlank(cjrq)) { |
|
|
|
cjrq = DateUtils.getNight(DateUtils.strToDate(cjrq)); |
|
|
|
// cjrq = DateUtils.getNight(DateUtils.strToDate(cjrq));
|
|
|
|
pramsMap.put("cjrq", cjrq); |
|
|
|
pramsMap.put("cjrq", cjrq); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
return ResponseEntity.ok(R.error("采集日期不能为空!")); |
|
|
|
return ResponseEntity.ok(R.error("采集日期不能为空!")); |
|
|
|