原始BOM列表
This commit is contained in:
parent
102a58d069
commit
e4e733d61f
|
|
@ -118,7 +118,7 @@ public abstract class BaseConvert {
|
|||
parentEntity.setMaterialTexture(material.getMaterial());
|
||||
parentEntity.setUnitWeight(material.getWeight());
|
||||
parentEntity.setDeviseUserCode(material.getDesignBy());
|
||||
parentEntity.setDeviseName(SessionUtil.getUserName());
|
||||
parentEntity.setDeviseName(SessionUtil.getRealName());
|
||||
parentEntity.setStatus(OriginalStatusEnum.UN_CONVERT.getValue());
|
||||
parentEntity.setEditStatus(OriginalEditStatusEnum.HANDLER_CREATED.getValue());
|
||||
parentEntity.setDeptRowId(SessionUtil.getPartRowId());
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@
|
|||
</foreach>
|
||||
</if>
|
||||
<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>
|
||||
</sql>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue