yshop1.3版本发布及其导出最新sql

This commit is contained in:
hupeng
2019-11-22 10:00:02 +08:00
parent 994938d5b4
commit 17f6d107ce
60 changed files with 2816 additions and 186 deletions

View File

@ -159,7 +159,7 @@ public class OrderUtil {
}
//todo 订单类型
public static String orderType(int pink_id){
public static String orderType(int pinkId){
return "普通订单";
}