Commit 75385caf authored by xiamw's avatar xiamw

价格列表查询条件优化

parent 129de5c0
......@@ -314,7 +314,7 @@ public interface CouponMapper extends BaseMapperX<CouponDO> {
" #{statusId}" +
" </foreach>" +
" </when>" +
" <when test=\"reqVO.types != null and reqVO.statusList.size()>1 \">" +
" <when test=\"reqVO.statusList != null and reqVO.statusList.size()>1 \">" +
" AND c.`status` in " +
" <foreach item='statusId' index='index' collection='reqVO.statusList' open='(' separator=',' close=')'>" +
" #{statusId}" +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment