生产任务

This commit is contained in:
JinLu.Yin
2022-05-14 22:59:02 +08:00
parent c8ca4e450a
commit 5956298a02
13 changed files with 1016 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ public class AutoCodeUtil {
rs.setLastInputChar(inputChar);
iAutoCodeResultService.saveAutoCodeResult(rs);
}else{
//直接更新对应的记录我们默认一个RULE_CODE只有一种方式
//直接更新对应的记录(我们默认非流水号模式下一个RULE_CODE只有一种方式
SysAutoCodeResult bo = new SysAutoCodeResult();
bo.setRuleId(rule.getRuleId());
List<SysAutoCodeResult> results = iAutoCodeResultService.list(bo);

View File

@@ -37,7 +37,7 @@
<if test="genDate != null and genDate != ''">
AND gen_date like concat(#{genDate},'%')
</if>
order by gen_index asc
order by gen_date desc
</select>
<insert id="add" parameterType="SysAutoCodeResult" >