| | |
| | | */ |
| | | package org.springblade.modules.repairsorder.service.impl; |
| | | |
| | | import org.springblade.common.constant.NoConstant; |
| | | import org.springblade.core.secure.BladeUser; |
| | | import org.springblade.core.secure.utils.AuthUtil; |
| | | import org.springblade.core.tool.utils.StringUtil; |
| | | import org.springblade.modules.repairsorder.entity.RepairsorderEntity; |
| | | import org.springblade.modules.repairsorder.entity.RepairsorderRecordEntity; |
| | | import org.springblade.modules.repairsorder.service.IRepairsorderRecordService; |
| | |
| | | if (vo != null) { |
| | | str = vo.getNo(); |
| | | } |
| | | entity.setNo(NumberUtils.autoCreateNumber(str)); |
| | | entity.setNo(NumberUtils.autoCreateNumber(NoConstant.WXGL_PREFIX_NO,str)); |
| | | RepairsorderRecordEntity rrentity = new RepairsorderRecordEntity(); |
| | | rrentity.setState("0"); |
| | | rrentity.setRemark("工单提交"); |