Explorar o código

紫亚兰签到bugfix

zhijiezhao hai 7 meses
pai
achega
a18d9e2971

+ 2 - 0
src/main/java/com/caimei365/user/model/po/ShopSignPo.java

@@ -10,4 +10,6 @@ public class ShopSignPo {
     // 0未签到 1已签到
     private Integer shopSign;
     private String shopIds;
+    // 展位号
+    private String showNum;
 }

+ 1 - 1
src/main/resources/mapper/LoginMapper.xml

@@ -546,7 +546,7 @@
     </select>
 
     <select id="findShopDetail" resultType="com.caimei365.user.model.po.ShopSignPo">
-        SELECT id, shopName, shopLogo, (SELECT shopIds FROM cm_zyl_ticket where userId = #{userId}) as shopIds
+        SELECT id, shopName, shopLogo, showNum, (SELECT shopIds FROM cm_zyl_ticket where userId = #{userId}) as shopIds
         FROM cm_zyl_shop
         where id = #{shopId}
     </select>