增加计算单位可选方法.
优化图形分析根据可选时间补0逻辑,完成度70%。 优化业务自定义95值计算功能修改相关数据方法。
This commit is contained in:
+3
@@ -76,6 +76,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<when test="userId != null">
|
||||
and user_id = #{userId}
|
||||
</when>
|
||||
<when test="pageRoute != null">
|
||||
and page_route = #{pageRoute}
|
||||
</when>
|
||||
<otherwise>
|
||||
and 1=0 <!-- 如果两个条件都不满足,则不更新任何记录 -->
|
||||
</otherwise>
|
||||
|
||||
Reference in New Issue
Block a user