Commit 650cd99d by 黄森林

bug修复

parent d74996cd
...@@ -68,7 +68,7 @@ public class Product implements Serializable { ...@@ -68,7 +68,7 @@ public class Product implements Serializable {
private String productIntroduction; private String productIntroduction;
/** /**
* 状态0正常,1删除 * 状态0正常,1下架
*/ */
private String productState = "0"; private String productState = "0";
......
...@@ -166,6 +166,7 @@ public class OrderViewController extends BaseController { ...@@ -166,6 +166,7 @@ public class OrderViewController extends BaseController {
sheet.setColumnWidth(2, 6500); sheet.setColumnWidth(2, 6500);
sheet.setColumnWidth(5, 7000); sheet.setColumnWidth(5, 7000);
sheet.setColumnWidth(8, 4000); sheet.setColumnWidth(8, 4000);
sheet.setColumnWidth(10, 6500);
sheet.setColumnWidth(11, 6500); sheet.setColumnWidth(11, 6500);
sheet.setColumnWidth(14, 6500); sheet.setColumnWidth(14, 6500);
sheet.setColumnWidth(15, 7000); sheet.setColumnWidth(15, 7000);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment