银盛相关所有

This commit is contained in:
lyf
2023-04-07 14:01:27 +08:00
parent 1f5854b5ad
commit a5db6104bb
26 changed files with 2862 additions and 53 deletions

View File

@@ -263,7 +263,12 @@
</if>
</where>
</select>
<select id="getByUserId" parameterType="java.lang.String" resultType="cn.pluss.platform.entity.MerchantBaseInfo">
SELECT * from tb_pluss_merchant_base_info
<where>
userId=#{userId}
</where>
</select>
<!-- 根据签约时间查询当前用户的推广商户 -->
<select id="queryMerchantBaseInfoPageCountBySignDt" parameterType="java.util.Map" resultType="java.lang.Integer">