瀏覽代碼

客户领取判断剔除转公共客户的客户

anderx 7 年之前
父節點
當前提交
c4e2960d97
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

+ 1 - 0
src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

@@ -1970,6 +1970,7 @@ inner join(
 		select count(*) from `user`
 		where aid= #{aid,jdbcType=VARCHAR}
 		and source=2
+		and share_type=0
 		and to_days(transfer_time)=to_days(now())
 	</select>
 </mapper>