原始BOM列表
This commit is contained in:
parent
102a58d069
commit
e4e733d61f
|
|
@ -118,7 +118,7 @@ public abstract class BaseConvert {
|
||||||
parentEntity.setMaterialTexture(material.getMaterial());
|
parentEntity.setMaterialTexture(material.getMaterial());
|
||||||
parentEntity.setUnitWeight(material.getWeight());
|
parentEntity.setUnitWeight(material.getWeight());
|
||||||
parentEntity.setDeviseUserCode(material.getDesignBy());
|
parentEntity.setDeviseUserCode(material.getDesignBy());
|
||||||
parentEntity.setDeviseName(SessionUtil.getUserName());
|
parentEntity.setDeviseName(SessionUtil.getRealName());
|
||||||
parentEntity.setStatus(OriginalStatusEnum.UN_CONVERT.getValue());
|
parentEntity.setStatus(OriginalStatusEnum.UN_CONVERT.getValue());
|
||||||
parentEntity.setEditStatus(OriginalEditStatusEnum.HANDLER_CREATED.getValue());
|
parentEntity.setEditStatus(OriginalEditStatusEnum.HANDLER_CREATED.getValue());
|
||||||
parentEntity.setDeptRowId(SessionUtil.getPartRowId());
|
parentEntity.setDeptRowId(SessionUtil.getPartRowId());
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
<if test="query.startDate!=null and query.startDate!=''">
|
<if test="query.startDate!=null and query.startDate!=''">
|
||||||
and created_time between #{query.startDate} and #{query.startDate}
|
and created_time between #{query.startDate} and #{query.endDate}
|
||||||
</if>
|
</if>
|
||||||
</sql>
|
</sql>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue