Browse Source

客户端划分树查询调整

huangjn 3 năm trước cách đây
mục cha
commit
850bf51879

+ 0 - 1
blade-service/blade-business/src/main/java/org/springblade/business/controller/ConstructionLedgerController.java

@@ -129,7 +129,6 @@ public class ConstructionLedgerController extends BladeController {
 			constructionLedger.setDetectionStartTime(DateUtil.toLocalDateTime(org.springblade.core.tool.utils.DateUtil.parse(time[0], "yyyy-MM-dd")));
 			constructionLedger.setDetectionEndTime(DateUtil.toLocalDateTime(org.springblade.core.tool.utils.DateUtil.parse(time[1], "yyyy-MM-dd")));
 		}
-
 		setUserData(constructionLedger, false);
 		return R.status(this.constructionLedgerService.updateById(constructionLedger));
 	}