供应商澄清信息待办接口
This commit is contained in:
@ -157,12 +157,6 @@
|
||||
AND authorize.state = #{vo.state}
|
||||
</if>
|
||||
|
||||
<if test="vo.companyObjs !=null and vo.companyObjs.size() > 0">
|
||||
AND authorize.user_id in
|
||||
<foreach item="companyObj" collection="vo.companyObjs" separator="," open="(" close=")" index="">
|
||||
#{companyObj.userId, jdbcType=NUMERIC}
|
||||
</foreach>
|
||||
</if>
|
||||
and biz_message.createtime >= #{vo.startTime}
|
||||
and biz_message.createtime <= #{vo.endTime}
|
||||
</select>
|
||||
|
Reference in New Issue
Block a user