huangjiayang
2025-04-25 ae366fa73d7fa3bc748973d341dd16f3735ce436
aps-modules/aps-core/src/main/java/com/aps/core/service/impl/ApsPlatePlanTempServiceImpl.java
@@ -1,6 +1,8 @@
package com.aps.core.service.impl;
import java.util.List;
import com.aps.common.core.utils.DateUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.aps.core.mapper.ApsPlatePlanTempMapper;
@@ -52,6 +54,7 @@
    @Override
    public int insertApsPlatePlanTemp(ApsPlatePlanTemp apsPlatePlanTemp)
    {
        apsPlatePlanTemp.setCreateTime(DateUtils.getNowDate());
        return apsPlatePlanTempMapper.insertApsPlatePlanTemp(apsPlatePlanTemp);
    }