20230922-ljl-fixBug
ljl 1 year ago
parent 1ece9f9eaa
commit 6cecd95157

@ -41,10 +41,6 @@ public class SPIBaseService {
protected String authCode;
public void initHandle(BaseRequest req) {
if (SystemTool.isTestEnv()) {
AuthThreadLocalUtil.set(AppConst.TEST_SHOP_ID);
}
shopId = Long.valueOf(req.getAuthId());
// TODO 后面可以redis缓存避免每次都查库
Shop shop = shopService.getDetailById(shopId);

@ -68,7 +68,6 @@
#{item}
</foreach>
group by order_id
order by after_sale_id desc
</select>
<select id="selectById" resultType="com.ms.dal.entity.AfterSale">
select *

Loading…
Cancel
Save