瀏覽代碼

git-svn-id: https://192.168.57.71/svn/lyggkj@58 1a6f6e3a-4066-fe46-b609-79c204482ece

ld_liufl 9 年之前
父節點
當前提交
630c5c0a30
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gkaq/yjpt-java/trunk/java_src/com/jtgh/yjpt/controller/check/ZcController.java

+ 1 - 1
gkaq/yjpt-java/trunk/java_src/com/jtgh/yjpt/controller/check/ZcController.java

@@ -107,7 +107,7 @@ public class ZcController extends BaseController {
 	public BusinessContext list(SinglePageRequest pageRequest, Long functionId,
 	public BusinessContext list(SinglePageRequest pageRequest, Long functionId,
 			ZcEntity entity, Date jcsjK, Date jcsjZ) throws ParseException {
 			ZcEntity entity, Date jcsjK, Date jcsjZ) throws ParseException {
 		List<PredicateModel> filterList = new ArrayList<PredicateModel>();
 		List<PredicateModel> filterList = new ArrayList<PredicateModel>();
-		jcsjK = Utils.getDateLastTime(jcsjK);
+		jcsjK = Utils.getDateFirstTime(jcsjK);
 		jcsjZ = Utils.getDateLastTime(jcsjZ);
 		jcsjZ = Utils.getDateLastTime(jcsjZ);
 		addRecordCodeFilter(functionId, filterList, null, "qymc");
 		addRecordCodeFilter(functionId, filterList, null, "qymc");
 		if (null != entity.getSzd()) {
 		if (null != entity.getSzd()) {