|
|
@@ -3,7 +3,7 @@
|
|
|
<mapper namespace="com.kym.mapper.miniapp.OrderWashDayMapper">
|
|
|
|
|
|
<!-- 通用查询映射结果 -->
|
|
|
- <resultMap id="BaseResultMap" type="com.kym.entity.miniapp.OrderWashDay">
|
|
|
+ <resultMap id="BaseResultMap" type="com.kym.entity.OrderWashDay">
|
|
|
<result column="activity_id" property="activityId" />
|
|
|
<result column="wash_day_id" property="washDayId" />
|
|
|
<result column="user_id" property="userId" />
|