| | |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | import java.util.stream.Collectors; |
| | | |
| | |
| | | if (seqMax != null) { |
| | | svyLibScriptCategory.setSeqno(seqMax + 1); |
| | | } |
| | | svyLibScriptCategory.setUpdateTime(new Date()); |
| | | svyLibScriptCategory.setCreateTime(new Date()); |
| | | if (svyLibScriptCategory.getPid() == null) svyLibScriptCategory.setPid((long) -1); |
| | | i = svyLibScriptCategoryMapper.insertSvyLibScriptCategory(svyLibScriptCategory); |
| | | log.info("问题话术分类库一级树的主键:{}", svyLibScriptCategory.getId()); |
| | | |