yujian
2019-01-08 a79be5c75d4409bd14a36b648c1a398b409cad65
fanli/src/main/java/com/yeshi/fanli/mapping/UserInfoMapper.xml
@@ -377,10 +377,9 @@
   </select>
   
   <select id="countHasOrderUser" resultType="java.lang.Long">
      SELECT COUNT(DISTINCT h.`uid`) FROM yeshi_ec_hongbao h
      WHERE h.`type`=1 OR h.`type`=20
      SELECT COUNT(DISTINCT h.`uid`) FROM yeshi_ec_hongbao_v2 h
      WHERE h.`hb_type`=1 or  h.`hb_type`=2
   </select>
   
   
   <select id="countNewUserByDate" resultType="java.util.HashMap">