springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/McsGameMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/McsGameMapper.xml
@@ -146,7 +146,7 @@ FROM mcs_game t1 LEFT JOIN mcs_merchant t2 ON t1.merchant_id = t2.id LEFT JOIN sys_user t3 ON t2.user_id = t3.user_id WHERE t1.is_del = 0 AND t1.`status` = 2 AND t3.`status` = 1 WHERE t1.is_del = 0 AND t1.`status` = 2 AND t1.expire_at > NOW() AND t3.`status` = 1 <if test="pageMcsGameDTO.keyword != null and pageMcsGameDTO.keyword != """> AND t1.`name` LIKE CONCAT(#{pageMcsGameDTO.keyword}, '%') </if>