Commit 7237c35e by lijingjing

调整电解质标样规则;

parent 46379390
......@@ -360,7 +360,7 @@ public class EntrustServiceImpl extends BaseServiceImpl<EntrustMapper, Entrust>
// }
} else {
// 默认年月日,有槽号,带上槽号
sampleCode = DateUtils.dateTransfer(new Date(), "yyyyMMdd");
sampleCode = "D" + DateUtils.dateTransfer(new Date(), "yyMMdd");
if (StringUtils.isNotBlank(sample.getSlotNo())) {
sampleCode += "-" + sample.getSlotNo();
}
......
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