admin
2020-04-13 dd5b15229cb15459fa7c31ccea77dac28cbfafbd
fanli/src/main/java/com/yeshi/fanli/mapping/AlipayAccountValidNormalHistoryMapper.xml
@@ -31,6 +31,16 @@
      from yeshi_ec_alipayaccount_valid_normal_history  where avnh_uid =
      #{0} order by avnh_createtime desc limit 1 for update
   </select>
   <select id="selectFirstByUid" resultMap="BaseResultMap"
      parameterType="java.lang.Long">
      select
      <include refid="Base_Column_List" />
      from yeshi_ec_alipayaccount_valid_normal_history  where avnh_uid =
      #{0}  limit 1
   </select>