“nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named ‘req’ in ‘class com.prolog.eis.model.req.WcsLineConfigReq’”
原因是你的mapper层没有写@Param(“req”)导致mapper实现层识别不到req实体类
“nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named ‘req’ in ‘class com.prolog.eis.model.req.WcsLineConfigReq’”
原因是你的mapper层没有写@Param(“req”)导致mapper实现层识别不到req实体类