Преглед на файлове

Merge remote-tracking branch 'origin/developer' into developerC

zhijiezhao преди 3 години
родител
ревизия
d54ece9b1d

+ 2 - 0
src/main/java/com/caimei/modules/newhome/web/NewPageFloorController.java

@@ -329,6 +329,8 @@ public class NewPageFloorController extends BaseController {
     public void cleanRedisCache() {
         //清除活动专题缓存
         redisService.removePattern("getPageFloorData*");
+        //清除活动专题缓存
+        redisService.removePattern("activityData*");
         //清除产品仪器缓存
         redisService.removePattern("instrumentData*");
         redisService.removePattern("insCommodityData*");

+ 1 - 1
src/main/java/com/caimei/modules/product/dao/ProductDao.java

@@ -77,7 +77,7 @@ public interface ProductDao extends CrudDao<Product> {
 
     public int insertProductPriceRecord(ProductPriceRecord productPriceRecord);
 
-/*    public int updateCRMFlag(String enabledStatus, String[] ids);*/
+    /*    public int updateCRMFlag(String enabledStatus, String[] ids);*/
 
     public int updatePostFlag(String enabledStatus, String[] ids);
 

Файловите разлики са ограничени, защото са твърде много
+ 476 - 476
src/main/resources/mappings/modules/product/ProductMapper.xml


+ 13 - 8
src/main/webapp/WEB-INF/views/modules/product-new/productEdit.jsp

@@ -583,15 +583,20 @@
         </tr>
         <tr>
             <th><span class="red">*</span>资质机构商品详情:</th>
-            <td colspan="1"><span style="color: red">(适用于资质机构)</span></td>
+            <td><span style="color: red">(适用于资质机构)</span></td>
             <th><span class="red">*</span>普通机构商品详情:</th>
-            <td colspan="5">
-                <span style="color: red">(适用于游客和个人机构,可选择是否和资质机构商品详情相同,不相同的话需要编辑内容)</span>
-                <label><input type="radio" name="productDetail"
-                              value="1" ${product.productDetail == "1" ? "checked" : ""} />同资质机构商品详情<b
-                        class="line">|</b></label>
-                <label><input type="radio" name="productDetail"
-                              value="2" ${product.productDetail == "2" || product.productDetail == null ? "checked" : ""} />不同于资质机构商品详情(即使用以下编辑内容)</label>
+            <td><span style="color: red">(适用于游客和个人机构,可选择是否和资质机构商品详情相同,不相同的话需要编辑内容)</span>
+                <label>
+                    <input type="radio"
+                           name="productDetail"
+                           value="1" ${product.productDetail == "1" ? "checked" : ""} />同资质机构商品详情<b
+                           class="line">|</b>
+                </label>
+                <label>
+                    <input type="radio"
+                           name="productDetail"
+                           value="2" ${product.productDetail == "2" || product.productDetail == null ? "checked" : ""} />不同于资质机构商品详情(即使用以下编辑内容)
+                </label>
             </td>
         </tr>
         <tr>

Някои файлове не бяха показани, защото твърде много файлове са промени