This commit is contained in:
guohb
2024-05-16 14:33:44 +08:00
parent 482d73ebd0
commit 0ae893dcfb
6 changed files with 106 additions and 110 deletions

View File

@@ -25,6 +25,8 @@
where shop_id = #{shopId}
and audit_type = 4
and deleted = 0
order by create_time desc
limit 1
</select>
<select id="getAuditInfoList" resultType="com.cool.store.entity.ShopAuditInfoDO">