|
@@ -154,7 +154,7 @@ public class CasesEntryHospitalFacade extends CasesEntryHospitalServiceImpl {
|
|
|
//先保存, 在更新Coed
|
|
|
if(res){
|
|
|
Long id = qcCasesEntry.getId();
|
|
|
- String code = id+qcCasesEntry.getCode();
|
|
|
+ String code = qcCasesEntry.getCode()+id;
|
|
|
UpdateWrapper<QcCasesEntry> qcCasesEntryQueryUpdate = new UpdateWrapper<>();
|
|
|
qcCasesEntryQueryUpdate
|
|
|
.eq("is_deleted",IsDeleteEnum.N.getKey())
|