优化实时95值计算功能、服务器收益功能、用户自定义列展示
This commit is contained in:
+3
@@ -43,6 +43,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="reviewStatus != null and reviewStatus != ''"> and review_status = #{reviewStatus}</if>
|
||||
<if test="reviewTime != null "> and review_time = #{reviewTime}</if>
|
||||
<if test="reviewComment != null and reviewComment != ''"> and review_comment = #{reviewComment}</if>
|
||||
<if test="clientId != null and clientId != ''">
|
||||
and FIND_IN_SET(#{clientId}, REPLACE(deploy_device, '\n', ',')) > 0
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user