Commit 8828f52c authored by hongguangwu's avatar hongguangwu

MVP1.7.12-保存档案

parent 79ca2605
......@@ -36,10 +36,10 @@ public class TGzOfferInfoImportVo extends RowIndex implements Serializable {
@ExcelAttribute(name = "人员类别编码", maxLength = 2)
private String empType;
private String emplType;
@ExcelAttribute(name = "人员类别名称", maxLength = 32)
private String empTypeDescr;
private String emplTypeDescr;
/**
* 外签类型:A: 洼地外签/ B:属地外签
......
......@@ -433,7 +433,7 @@ public class TGzOfferInfoServiceImpl extends ServiceImpl<TGzOfferInfoMapper, TGz
*/
private void saveData() {
log.info("{}条数据,开始存储数据库!", cachedDataList.size());
importTDispatchExportLog(cachedDataList);
importGzOffer(cachedDataList);
log.info("存储数据库成功!");
}
}).sheet().doRead();
......@@ -729,7 +729,7 @@ public class TGzOfferInfoServiceImpl extends ServiceImpl<TGzOfferInfoMapper, TGz
return YiFuSmsUtil.sendRegistBatchSms(phones, params, signNames, templeteVo.getTempleteCode());
}
private void importTDispatchExportLog(List<TGzOfferInfoImportVo> excelVOList) {
private void importGzOffer(List<TGzOfferInfoImportVo> excelVOList) {
// 个性化校验逻辑
// 执行数据插入操作 组装
TGzOfferInfoImportVo excel;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment