修改bug

This commit is contained in:
shuo.wang
2024-05-06 17:28:57 +08:00
parent 8f648cc4b3
commit 98bfbfb362
12 changed files with 154 additions and 70 deletions

View File

@@ -41,4 +41,9 @@
</foreach>
)
</update>
<select id="selectListByShopId" resultType="com.cool.store.entity.AssessmentDataDO">
select *
from xfsg_assessment_data
where shop_id = #{shopId}
</select>
</mapper>