瀏覽代碼

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

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>