|
|
|
@ -275,7 +275,7 @@ public class PlateAroundServiceImpl extends BaseServiceImpl<PlateAroundMapper, P |
|
|
|
plateAround.setPaType(paType); |
|
|
|
plateAround.setPaType(paType); |
|
|
|
if (aTure) { |
|
|
|
if (aTure) { |
|
|
|
plateAround.setPaCode(this.nextCode(paType, next)); |
|
|
|
plateAround.setPaCode(this.nextCode(paType, next)); |
|
|
|
plateAround.setMakeTime(new Date()); |
|
|
|
plateAround.setMakeTime(date); |
|
|
|
plateAround.setMakeMan(user.getUserId()); |
|
|
|
plateAround.setMakeMan(user.getUserId()); |
|
|
|
} |
|
|
|
} |
|
|
|
this.updatePrPlateAround(plateAround); |
|
|
|
this.updatePrPlateAround(plateAround); |
|
|
|
|