mirror of https://github.com/jeecgboot/jeecg-boot
Update SkuToCsvJob.java
parent
ba7691f4bc
commit
219969433d
|
@ -29,7 +29,7 @@ public class SkuToCsvJob implements Job {
|
||||||
@Override
|
@Override
|
||||||
public void execute(JobExecutionContext context) throws JobExecutionException {
|
public void execute(JobExecutionContext context) throws JobExecutionException {
|
||||||
log.info("SkuToCsv Job is running ...");
|
log.info("SkuToCsv Job is running ...");
|
||||||
List<Sku> skus = new ArrayList();
|
List<Sku> skus = new ArrayList<>();
|
||||||
Sku firstLine = new Sku();
|
Sku firstLine = new Sku();
|
||||||
firstLine.setId("#");
|
firstLine.setId("#");
|
||||||
firstLine.setErpCode("erp_code");
|
firstLine.setErpCode("erp_code");
|
||||||
|
|
Loading…
Reference in New Issue