@ -13,6 +13,9 @@ import org.springblade.desk.produce.pojo.entity.WorkPlan;
@Data
public class BeforePlatInVO {
@Schema(description = "镀前入库id")
private Long id;
@Schema(description = "作业计划id")
private Long wpId;
@ -97,6 +97,7 @@
</select>
<select id="getBeforePlatOutCardNo" resultType="org.springblade.desk.produce.pojo.vo.BeforePlatInVO">
SELECT
pa.ID AS id,
a.ID AS wpId,
c.WO_CODE AS woCode,
c.BATCH_NO AS batchNo,
@ -275,7 +275,7 @@ public class PlateAroundServiceImpl extends BaseServiceImpl<PlateAroundMapper, P
plateAround.setPaType(paType);
if (aTure) {
plateAround.setPaCode(this.nextCode(paType, next));
plateAround.setMakeTime(new Date());
plateAround.setMakeTime(date);
plateAround.setMakeMan(user.getUserId());
}
this.updatePrPlateAround(plateAround);