Эх сурвалжийг харах

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

guq 6 жил өмнө
parent
commit
4b82e17968

+ 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>