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>