fix
This commit is contained in:
@@ -52,8 +52,8 @@
|
||||
select *
|
||||
from xfsg_operation_log
|
||||
where shop_id = #{shopId}
|
||||
<if test="shopSubStageStatusList !=null and shopSubStageStatusList.size()>0">
|
||||
and shopSubStage in
|
||||
<if test="shopSubStageList !=null and shopSubStageList.size()>0">
|
||||
and shop_sub_stage in
|
||||
<foreach collection="shopSubStageList" index="index" item="shopSubStage" open="(" close=")"
|
||||
separator=",">
|
||||
#{shopSubStage}
|
||||
|
||||
@@ -85,9 +85,7 @@ public class PCPlatformBuildController {
|
||||
shopSubStageList.add(ShopSubStageEnum.SHOP_STAGE_21.getShopSubStage());
|
||||
}else if (type.equals(PlatformBuildEnum.MEI_TUAN_WAI_MAI.getCode())) {
|
||||
shopSubStageList.add(ShopSubStageEnum.SHOP_STAGE_19.getShopSubStage());
|
||||
|
||||
}
|
||||
|
||||
return ResponseResult.success(operationLogService.getAuditInfo(shopId, shopSubStageList));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user