feat:菜品市场门店接口
This commit is contained in:
@@ -36,6 +36,14 @@
|
||||
<result column="region_id" property="regionId" jdbcType="VARCHAR"/>
|
||||
<result column="store_status" property="storeStatus" jdbcType="VARCHAR"/>
|
||||
<result column="open_date" property="openDate" jdbcType="DATE"/>
|
||||
<result column="monthly_rent" property="monthlyRent"/>
|
||||
<result column="monthly_personnel_salary" property="monthlyPersonnelSalary"/>
|
||||
<result column="monthly_other_expenses" property="monthlyOtherExpenses"/>
|
||||
<result column="unified_management" property="unifiedManagement" jdbcType="TINYINT"/>
|
||||
<result column="join_model" property="joinModel" jdbcType="TINYINT"/>
|
||||
<result column="join_brand" property="joinBrand" jdbcType="TINYINT"/>
|
||||
<result column="store_type" property="storeType" jdbcType="TINYINT"/>
|
||||
<result column="mini_program_order_store_name" property="miniProgramOrderStoreName"/>
|
||||
</resultMap>
|
||||
|
||||
<select id="getByStoreId" resultMap="BaseResultMap">
|
||||
@@ -171,5 +179,4 @@
|
||||
</foreach>
|
||||
</if>
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user