Explorar el Código

[merge][修改]:修复mapper issue

release_toaliyun_real
Stormeye Wu hace 7 años
padre
commit
9e1a29aa3c
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. +0
    -7
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

+ 0
- 7
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml Ver fichero

@@ -222,13 +222,6 @@
<select id="findQrcodeEmptyList" resultMap="BaseResultMap">
select * from wx_merchant where qr_code is null;
</select>
<select id="queryMerchantByMerchantIdOfSharingReceiver" resultType="com.iformall.domain.po.WxMerchant"
parameterType="com.iformall.domain.po.WxMerchant">
select m.name,psr.id from wx_merchant m
left join (select * from wx_profit_sharing_receiver where status=0) psr on m.id=psr.merchant_id
where m.id=#{id}
</select>


</mapper>

Cargando…
Cancelar
Guardar