springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerMerchantWithdrawMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerMerchantWithdrawMapper.xml
@@ -34,10 +34,10 @@ from volunteer_merchant_withdraw <where> is_delete='0' <if test="disposeType !=null "> <if test="disposeType !=null and disposeType != '' "> and dispose_type=#{disposeType} </if> <if test="merchantName !=null "> <if test="merchantName !=null and merchantName != '' "> and ((select vm.name from volunteer_merchant as vm where volunteer_merchant_withdraw.merchant_id=vm.id) like concat('%',#{merchantName},'%')) </if>