xhxu 5 лет назад
Родитель
Сommit
67aa6d534d
2 измененных файлов: 17 добавлений и 4 удалений
  1. +15
    -2
      mallinkAdmin/src/main/java/com/iformall/tenant/TenantInfoImpl.java
  2. +2
    -2
      mallinkService/src/main/resources/mapper/WxMsgValidationcodeModelMapper.xml

+ 15
- 2
mallinkAdmin/src/main/java/com/iformall/tenant/TenantInfoImpl.java Просмотреть файл

@@ -202,6 +202,15 @@ public class TenantInfoImpl implements TenantInfo {
if ("mem_coupon_from_dsp".equals(tableName)) { if ("mem_coupon_from_dsp".equals(tableName)) {
return true; return true;
} }
if ("wx_msg_validationcode_model".equals(tableName)) {
return true;
}
if ("wx_flow_config".equals(tableName)) {
return true;
}
if ("wx_msg_config".equals(tableName)) {
return true;
}
return false; return false;
} }


@@ -231,8 +240,6 @@ public class TenantInfoImpl implements TenantInfo {
return true; return true;
if ("com.iformall.mapper.WxCouponMapper.findCouponListCount".equals(ms.getId())) if ("com.iformall.mapper.WxCouponMapper.findCouponListCount".equals(ms.getId()))
return true; return true;
if ("com.iformall.mapper.WxCouponMapper.findCouponListCount".equals(ms.getId()))
return true;
if ("com.iformall.mapper.WxBusinessMapper.businessDataList".equals(ms.getId())) if ("com.iformall.mapper.WxBusinessMapper.businessDataList".equals(ms.getId()))
return true; return true;
if ("com.iformall.mapper.WxBusinessMapper.devoteList".equals(ms.getId())) if ("com.iformall.mapper.WxBusinessMapper.devoteList".equals(ms.getId()))
@@ -257,6 +264,12 @@ public class TenantInfoImpl implements TenantInfo {
return true; return true;
if ("com.iformall.mapper.WxBillAllMapper.getReceiveAndPayBillAsPage".equals(ms.getId())) if ("com.iformall.mapper.WxBillAllMapper.getReceiveAndPayBillAsPage".equals(ms.getId()))
return true; return true;
if ("com.iformall.mapper.wxMsgValidationcodeModelMapper.wxMsgValidationcodeModelInit".equals(ms.getId()))
return true;
if ("com.iformall.mapper.wxFlowConfigMapper.wxFlowConfigInit".equals(ms.getId()))
return true;
if ("com.iformall.mapper.wxFlowConfigMapper.wxFlowConfigInit".equals(ms.getId()))
return true;
return false; return false;
} }
} }

+ 2
- 2
mallinkService/src/main/resources/mapper/WxMsgValidationcodeModelMapper.xml Просмотреть файл

@@ -65,8 +65,8 @@
update wx_msg_validationcode_model set status=#{status} where `model_code` = #{modelCode} update wx_msg_validationcode_model set status=#{status} where `model_code` = #{modelCode}
</update> </update>


<insert id="wxMsgValidationcodeModelInit" parameterType="String">
<select id="wxMsgValidationcodeModelInit" parameterType="String">
${initSql} ${initSql}
</insert>
</select>


</mapper> </mapper>

Загрузка…
Отмена
Сохранить