乱码bug

This commit is contained in:
mashuai 2024-06-13 14:42:47 +08:00
parent 9df7306cf7
commit f0157d9563
2 changed files with 2 additions and 1 deletions

View File

@ -269,6 +269,8 @@ public class InventoryAndWarehousingServiceImpl implements InventoryAndWarehousi
machIneDto.setCreator(dto.getCreator()); machIneDto.setCreator(dto.getCreator());
machIneDto.setIsCode(dto.getIsCode()); machIneDto.setIsCode(dto.getIsCode());
machIneDto.setTotalNum(total); machIneDto.setTotalNum(total);
machIneDto.setUnitId(dto.getUnitId());
machIneDto.setProId(dto.getProId());
machIneDto.setRemarks(dto.getRemarks()); machIneDto.setRemarks(dto.getRemarks());
res += insertInfo(machIneDto); res += insertInfo(machIneDto);
machIneDto.setInfoId(machIneDto.getId()); machIneDto.setInfoId(machIneDto.getId());

View File

@ -267,7 +267,6 @@
pisd.MACODE like concat('%',#{keyWord},'%') pisd.MACODE like concat('%',#{keyWord},'%')
) )
</if> </if>
order by pisi.CREATE_DATE desc
</select> </select>
<select id="selectByMaCode" resultType="java.lang.Integer"> <select id="selectByMaCode" resultType="java.lang.Integer">
select count(*) select count(*)