|
@ -169,7 +169,7 @@ |
|
|
|
|
|
|
|
|
<select id="selectAllOrderByOrderCode" resultType="com.example.demo.domain.entity.UserGoldRecord"> |
|
|
<select id="selectAllOrderByOrderCode" resultType="com.example.demo.domain.entity.UserGoldRecord"> |
|
|
select * from user_gold_record where order_code = #{orderCode} and flag=1 |
|
|
select * from user_gold_record where order_code = #{orderCode} and flag=1 |
|
|
ORDER BY create_time DESC |
|
|
|
|
|
|
|
|
ORDER BY audit_time DESC |
|
|
limit 1 |
|
|
limit 1 |
|
|
</select> |
|
|
</select> |
|
|
<select id="getAdminMarket" resultType="java.lang.String"> |
|
|
<select id="getAdminMarket" resultType="java.lang.String"> |
|
|