|
|
|
@ -139,6 +139,9 @@
|
|
|
|
|
<if test="thirdSys != '' and thirdSys != null">
|
|
|
|
|
AND thirdSysFk = #{thirdSys}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="productType != '' and productType != null">
|
|
|
|
|
AND productType = #{productType}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="supName != '' and supName != null">
|
|
|
|
|
AND supName LIKE concat('%', #{supName}, '%')
|
|
|
|
|
</if>
|
|
|
|
@ -171,7 +174,7 @@
|
|
|
|
|
(id, code, `name`, measname, spec, registerNo, manufactory,
|
|
|
|
|
cplb, flbm, qxlb, ybbm, sptm, tyshxydm, zczbhhzbapzbh, ylqxzcrbarmc, ylqxzcrbarywmc, cpms,
|
|
|
|
|
thirdSysFk, updateTime, supName, model, standard, qtbm, zczyxqz, remark, remark1, remark2, remark3,
|
|
|
|
|
price, createUser, createTime, updateUser, manufactoryCode, supCode, type, prcitmcode,invCode)
|
|
|
|
|
price, createUser, createTime, updateUser, manufactoryCode, supCode, type, prcitmcode,invCode,productType)
|
|
|
|
|
values (#{id},
|
|
|
|
|
#{code},
|
|
|
|
|
#{name},
|
|
|
|
@ -203,7 +206,7 @@
|
|
|
|
|
#{price},
|
|
|
|
|
#{createUser},
|
|
|
|
|
#{createTime},
|
|
|
|
|
#{updateUser}, #{manufactoryCode}, #{supCode}, #{type}, #{prcitmcode},#{invCode})
|
|
|
|
|
#{updateUser}, #{manufactoryCode}, #{supCode}, #{type}, #{prcitmcode},#{invCode},#{productType})
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
<select id="selectByLastTime" resultType="com.glxp.api.entity.thrsys.ThrProductsEntity">
|
|
|
|
|