|
|
|
@@ -241,7 +241,7 @@ SELECT |
|
|
|
ORDER BY o.created_at desc |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="queryMasterById" parameterType="Integer" resultType="java.util.Map"> |
|
|
|
<select id="queryMasterById" parameterType="Long" resultType="java.util.Map"> |
|
|
|
select * from order_master_v2 where id=#{id} |
|
|
|
</select> |
|
|
|
|
|
|
|
|