乱码bug

This commit is contained in:
mashuai 2024-06-13 14:55:58 +08:00
parent 7e3675a42a
commit 8292dacb38
1 changed files with 5 additions and 1 deletions

View File

@ -209,7 +209,11 @@ public class InventoryAndWarehousingServiceImpl implements InventoryAndWarehousi
return res;
}
//插入ma_type_put_in_storage_info表,返回主键id
/**
* 插入ma_type_put_in_storage_info表,返回主键id
* @param machIneDto
* @return
*/
private int insertInfo(MachIneDto machIneDto) {
return inventoryAndWarehousingMapper.saveInfo(machIneDto);
}