Ver código fonte

表名变更

shish 5 anos atrás
pai
commit
b25686e901

+ 1 - 1
biz-ghs/order/models/StockWastageOrder.php

@@ -7,7 +7,7 @@ class StockWastageOrder extends Base
 
 	public static function tableName()
 	{
-		return 'xhGhsStockWastageOrder';
+		return 'xhWastage';
 	}
 
 }

+ 1 - 1
biz-ghs/order/models/StockWastageOrderItem.php

@@ -7,7 +7,7 @@ class StockWastageOrderItem extends Base
 
 	public static function tableName()
 	{
-		return 'xhGhsStockWastageOrderItem';
+		return 'xhWastageItem';
 	}
 
 }

+ 1 - 1
biz-ghs/order/models/StockWastageSn.php

@@ -9,7 +9,7 @@ class StockWastageSn extends Base
 
 	public static function tableName()
 	{
-		return 'xhGhsStockWastageSn';
+		return 'xhWastageSn';
 	}
 
 }