zhijiezhao 1 year ago
parent
commit
473d003f66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/OrderCommonMapper.xml

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

@@ -981,7 +981,7 @@
         where shopOrderID = #{shopOrderId}
         where shopOrderID = #{shopOrderId}
     </select>
     </select>
     <select id="findWeChatFlag" resultType="java.lang.String">
     <select id="findWeChatFlag" resultType="java.lang.String">
-        SELECT ifnull(weChatFlag, 0)
+        SELECT ifnull(weChatFlag, 2)
         FROM cm_shop_splitcode
         FROM cm_shop_splitcode
         WHERE commercialCode = #{splitCode}
         WHERE commercialCode = #{splitCode}
           and shopId = #{shopId}
           and shopId = #{shopId}