问题9修改

This commit is contained in:
Lenovo 2024-07-16 16:09:47 +08:00
parent 4263e1b23e
commit 4740749636
2 changed files with 4 additions and 2 deletions

View File

@ -27,10 +27,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="updateType != null and updateType != ''"> and update_type = #{updateType}</if>
<if test="integralUpdateTime != null "> and Integral_update_time = #{integralUpdateTime}</if>
<if test="agentRemark != null and agentRemark != ''"> and agent_remark = #{agentRemark}</if>
<if test="agentAccount != null">
and account in
<foreach collection="agentAccount" open="(" close=")" item="account" separator="," index="i">
#{account}
</foreach>
</if>
<if test="account != null and account != ''"> and account = #{account}</if>
</where>
</select>

View File

@ -99,7 +99,7 @@
</el-col>
<el-col :span="8">
<el-col :span="9">
<el-form-item label="创建时间">
<el-date-picker
v-model="dateRange"
@ -122,7 +122,7 @@
</el-form-item>
</el-col>
<el-col :span="6">
<el-col :span="5">
<el-form-item label="开启数量" ><span>{{map.openCount}}</span></el-form-item>
</el-col>
</el-row>