3/7 优化1.0

dev_2.5_ocean
wangwei 4 months ago
parent 828704f29b
commit 161be86db0

@ -11,7 +11,6 @@ import java.util.List;
@Mapper
public interface ThrCorpExportLogDao {
List<ThrCorpExportLogEntity> filterThrCorpExportLog(FilterThrCorpExportLogRequest filterThrCorpExportLogRequest);
boolean insertThrCorpExportLog(ThrCorpExportLogEntity thrCorpExportLogEntity);

@ -32,8 +32,6 @@ public interface ThrProductsDao extends BaseMapperPlus<ThrProductsDao, ThrProduc
boolean insertThrProducts(ThrProductsEntity thrProductsEntity);
boolean insertThrProductsList(List<ThrProductsEntity> list);
List<ThrProductsEntity> selectByLastTime(@Param("lastUpdateTime") Date lastUpdateTime);
/**

@ -225,49 +225,6 @@
where updateTime >= #{lastUpdateTime}
</select>
<insert id="insertThrProductsList">
replace
INTO thr_products
(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)
values
<foreach collection="list" index="index" item="item" open="(" close=")" separator=",">
#{item.code},
#{item.name},
#{item.measname},
#{item.spec},
#{item.registerNo},
#{item.manufactory},
#{item.cplb},
#{item.flbm},
#{item.qxlb},
#{item.ybbm},
#{item.sptm},
#{item.tyshxydm},
#{item.zczbhhzbapzbh},
#{item.ylqxzcrbarmc},
#{item.ylqxzcrbarywmc},
#{item.cpms},
#{item.thirdSysFk},
#{item.updateTime},
#{item.supName},
#{item.model},
#{item.standard},
#{item.qtbm},
#{item.zczyxqz},
#{item.remark},
#{item.remark1},
#{item.remark2},
#{item.remark3},
#{item.price},
#{item.createUser},
#{item.createTime},
#{item.updateUser}, #{item.manufactoryCode}, #{item.supCode}, #{item.type}, #{item.prcitmcode},#{item.invCode}
</foreach>
</insert>
<select id="selectByCodeAndThird" resultType="com.glxp.api.entity.thrsys.ThrProductsEntity">
select id,

Loading…
Cancel
Save