乱码bug
This commit is contained in:
parent
e915c7a40b
commit
7e3675a42a
|
|
@ -267,6 +267,8 @@ public class InventoryAndWarehousingServiceImpl implements InventoryAndWarehousi
|
|||
machIneDto.setCreator(dto.getCreator());
|
||||
machIneDto.setIsCode(dto.getIsCode());
|
||||
machIneDto.setTotalNum(total);
|
||||
machIneDto.setUnitId(dto.getUnitId());
|
||||
machIneDto.setProId(dto.getProId());
|
||||
machIneDto.setRemarks(dto.getRemarks());
|
||||
res += insertInfo(machIneDto);
|
||||
machIneDto.setInfoId(machIneDto.getId());
|
||||
|
|
|
|||
|
|
@ -267,7 +267,6 @@
|
|||
pisd.MACODE like concat('%',#{keyWord},'%')
|
||||
)
|
||||
</if>
|
||||
order by pisi.CREATE_DATE desc
|
||||
</select>
|
||||
<select id="selectByMaCode" resultType="java.lang.Integer">
|
||||
select count(*)
|
||||
|
|
|
|||
Loading…
Reference in New Issue