Sfoglia il codice sorgente

fix 计费单商品

he2802 3 anni fa
parent
commit
949a2568aa

+ 1 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/order/bo/OrderGoodsQueryBo.java

@@ -83,5 +83,5 @@ public class OrderGoodsQueryBo extends BaseEntity {
 	/** 所在公司 */
 	@ApiModelProperty("所在公司")
 	private String company;
-	
+
 }

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/order/OrderGoodsMapper.xml

@@ -91,7 +91,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         LEFT JOIN course_education_type cet ON g.education_type_id = cet.id
         LEFT JOIN course_project_type cpt ON g.project_id = cpt.id
         LEFT JOIN course_business cb ON g.business_id = cb.id
-        LEFT JOIN order o ON og.order_sn = o.order_sn
+        LEFT JOIN `order` o ON og.order_sn = o.order_sn
         WHERE
          og.order_sn =  #{orderSn} AND og.goods_id =  #{goodsId}