Просмотр исходного кода

Merge branch 'dev' of ssh://10.10.100.21/source/saas-platform into dev

chenw 7 лет назад
Родитель
Сommit
7deddac6f7

+ 2 - 2
applications/purchase/purchase-server/src/main/resources/mapper/PurchaseListMapper.xml

@@ -55,7 +55,7 @@
         <result column="pd_yqty" property="pd_yqty" jdbcType="DOUBLE" />
         <result column="pd_yqty" property="pd_yqty" jdbcType="DOUBLE" />
     </resultMap>
     </resultMap>
 
 
-    <select id="selectPurchaseListByCondition" parameterType="string" resultMap="BaseResultMap">
+    <select id="selectPurchaseListByCondition"  resultMap="BaseResultMap">
         select  *  from purchase left join purchasedetail on pu_id=pd_puid
         select  *  from purchase left join purchasedetail on pu_id=pd_puid
         <where>
         <where>
             <if test="con != null">
             <if test="con != null">
@@ -67,7 +67,7 @@
         </where>  order by pu_id,pd_detno
         </where>  order by pu_id,pd_detno
     </select>
     </select>
 
 
-    <select id="selectPurchaseBycondition" parameterType="com.usoftchina.saas.purchase.dto.PurchaseReqDTO" resultMap="BaseResultMap">
+    <select id="selectPurchaseBycondition"  resultMap="BaseResultMap">
         select  *  from purchase
         select  *  from purchase
         <where>
         <where>
             <if test="con != null">
             <if test="con != null">