123
whywhyo
2023-06-10 4d6feaf54c97f51cec105bb7c96831379f4f1efb
zhang-content/src/main/java/com/ruoyi/service/impl/ZfMasterServiceImpl.java
@@ -27,7 +27,7 @@
public class ZfMasterServiceImpl extends ServiceImpl<ZfMasterMapper, ZfMaster> implements ZfMasterService {
    @Override
    public AjaxResult getMasterInfoByPetId(Long pid) {
    public AjaxResult getMasterInfoByPetId(String pid) {
        LambdaQueryWrapper<ZfMaster> lqw = new LambdaQueryWrapper<>();
        lqw.eq(ZfMaster::getPetId,pid);
        ZfMaster master = getOne(lqw);