提交 c33a3122 作者: xiaowang

修复:

上级 603a2938
...@@ -211,10 +211,10 @@ ...@@ -211,10 +211,10 @@
and category_primary_id = #{categoryPrimaryId} and category_primary_id = #{categoryPrimaryId}
</if> </if>
<if test="userAccountId != null"> <if test="userAccountId != null">
and mg.user_account_id = #{userAccountId} and user_account_id = #{userAccountId}
</if> </if>
<if test="shelfStatus != null"> <if test="shelfStatus != null">
and mg.shelf_status = #{shelfStatus} and shelf_status = #{shelfStatus}
</if> </if>
</where> </where>
</select> </select>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论