Commit f5929dea by qwmqiuwenmin

fix

parent 9ff901ec
......@@ -8,6 +8,7 @@ import java.util.stream.Collectors;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.gic.haoban.common.utils.StringUtil;
import com.gic.haoban.manage.api.dto.MemberUnionidRelatedDTO;
import com.gic.haoban.manage.service.dao.mapper.TabHaobanTemplateApplicationRelatedMapper;
import com.gic.haoban.manage.service.entity.TabHaobanTemplateApplicationRelated;
......@@ -21,6 +22,7 @@ public class TemplateApplicationRelatedServiceImpl implements TemplateApplicatio
@Override
public void insert(TabHaobanTemplateApplicationRelated tab) {
tab.setTemplateApplicationRelatedId(StringUtil.randomUUID());
tab.setStatusFlag(1);
tab.setCreateTime(new Date());
tab.setUpdateTime(new Date());
......
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