|
@@ -694,22 +694,4 @@
|
|
|
tld_inventory(storage_location_code,wllb_class,library_type,material_id,amount,totime,amount_lock,account_sleeve,wbs,supplier_id,serial,wllb_code,produc_date,scrq,produc_batch,attribute)
|
|
|
value(#{storageLocationCode},#{wllbClass},#{libraryType},#{materialId},#{amount},now(),'0',#{accountSleeve},#{wbs},#{supplierId},#{serial},#{wllbCode},#{producDate},now(),#{producDate},#{attribute})
|
|
|
</insert>
|
|
|
-
|
|
|
- <select id="gettest" resultType="java.util.Map">
|
|
|
- select * from tld_test
|
|
|
- </select>
|
|
|
-
|
|
|
- <select id="geetStorget" resultType="int">
|
|
|
- select count(*) from tld_storage_location where storage_location_code = #{name}
|
|
|
- </select>
|
|
|
-
|
|
|
- <insert id="addgeetStorget" parameterType="java.util.Map">
|
|
|
- insert into
|
|
|
- tld_storage_location(storage_location_code,storage_location_name,warehouse_where,storage_location_type)
|
|
|
- value(#{name},#{name},'e7f6bff1-e6ab-49e7-9',#{typeVal})
|
|
|
- </insert>
|
|
|
-
|
|
|
- <update id="updategeetStorget">
|
|
|
- update tld_storage_location set storage_location_type = CONCAT(storage_location_type, #{typeVal}) where storage_location_code = #{name}
|
|
|
- </update>
|
|
|
</mapper>
|