信用明细查询

This commit is contained in:
赵辉
2026-06-16 20:31:57 +08:00
parent 6bb28ce60f
commit 280e465856
4 changed files with 14 additions and 1 deletions
@@ -799,5 +799,8 @@
<select id="getOrdIsQueue" resultType="java.lang.Integer">
SELECT is_queue from NGWL_TEST_PRODUCT.SYS_ORGANIZATION where ORGANIZATION_ID = #{organizationId}
</select>
<select id="selectByUserPhone" resultType="com.mhd.user.domain.userAggregate.entity.UserEntity">
select * from "USER" where user_phone = #{userPhone} and del_flag = 1
</select>
</mapper>