فهرست منبع

客户采购单列表显示【已转销售】,但是详情中【转单状态】为空

guq 6 سال پیش
والد
کامیت
4b82e17968
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      applications/sale/sale-server/src/main/resources/mapper/SaledownMapper.xml

+ 1 - 1
applications/sale/sale-server/src/main/resources/mapper/SaledownMapper.xml

@@ -46,7 +46,7 @@
   </sql>
   <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="long" >
     select 
-    <include refid="Base_Column_List" />
+    *
     from saledown
     where sa_id = #{sa_id}
   </select>