Explorar el Código

[申请入驻][修改]添加日期

release_toaliyun_real
gongbiao hace 7 años
padre
commit
98511ee920
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      mallinkService/src/main/java/com/simple/service/impl/WxMallApplyServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/simple/service/impl/WxMallApplyServiceImpl.java Ver fichero

@@ -57,6 +57,7 @@ public class WxMallApplyServiceImpl implements WxMallApplyService {
if (record.getId() == null) {
final IdWorker idWorker = IdWorker.get();
record.setId(idWorker.nextId());
record.setApplyDate(new Date());
wxMallApplyMapper.insertSelective(record);
} else {
wxMallApplyMapper.updateByPrimaryKeySelective(record);


Cargando…
Cancelar
Guardar