盘点入库bug修复
This commit is contained in:
parent
b0159a8e18
commit
451d8dd923
|
|
@ -173,8 +173,6 @@ public class WarehousingServiceImpl implements WarehousingService {
|
|||
machIneDto.setNum(dto.getNum());
|
||||
machIneDto.setIsCode(dto.getIsCode());
|
||||
machIneDto.setTypeId(dto.getTypeId());
|
||||
machIneDto.setUnitId(dto.getUnitId());
|
||||
machIneDto.setProId(dto.getProId());
|
||||
machIneDto.setRemarks(dto.getRemarks());
|
||||
res += insertInfo(machIneDto);
|
||||
machIneDto.setInfoId(machIneDto.getId());
|
||||
|
|
|
|||
|
|
@ -64,8 +64,8 @@
|
|||
</if>
|
||||
</otherwise>
|
||||
</choose>
|
||||
<if test="typeId != null and typeId != ''">type_id,</if>
|
||||
<if test="creator != null and creator != ''">creator,</if>
|
||||
<!-- <if test="typeId != null">type_id,</if>-->
|
||||
<if test="creator != null">creator,</if>
|
||||
<if test="code != null and code != ''">code,</if>
|
||||
<if test="remarks != null and remarks != ''">remarks,</if>
|
||||
create_time
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
</if>
|
||||
</otherwise>
|
||||
</choose>
|
||||
<if test="typeId != null and typeId != ''">#{typeId},</if>
|
||||
|
||||
<if test="creator != null and creator != ''">#{creator},</if>
|
||||
<if test="code != null and code != ''">#{code},</if>
|
||||
<if test="remarks != null and remarks != ''">#{remarks},</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue