Explorar o código

优化采购流程

java110 %!s(int64=2) %!d(string=hai) anos
pai
achega
a7cab57dff

+ 4 - 2
java110-db/src/main/resources/mapper/store/PurchaseApplyDetailV1ServiceDaoImplMapper.xml

@@ -8,9 +8,11 @@
     <!-- 保存采购申请明细信息 add by wuxw 2018-07-03 -->
     <insert id="savePurchaseApplyDetailInfo" parameterType="Map">
         insert into purchase_apply_detail(
-        original_stock,quantity,operate,price,purchase_remark,purchase_quantity,rs_id,apply_order_id,remark,id,res_id
+        original_stock,quantity,operate,price,purchase_remark,purchase_quantity,rs_id,apply_order_id,remark,id,res_id,
+        times_id,consult_price
         ) values (
-        #{originalStock},#{quantity},'ADD',#{price},#{purchaseRemark},#{purchaseQuantity},#{rsId},#{applyOrderId},#{remark},#{id},#{resId}
+        #{originalStock},#{quantity},'ADD',#{price},#{purchaseRemark},#{purchaseQuantity},#{rsId},#{applyOrderId},#{remark},#{id},
+        #{resId},#{timesId},#{consultPrice}
         )
     </insert>