<insert id="insertProduceManager" useGeneratedKeys="true" keyProperty="id" parameterType="com.ziding.waste.entity.InfoProduceManager">
useGeneratedKeys="true"
keyProperty="id"
这两个必不可少
其次 不能用@Param(“”) 修饰
传进来获取参数必须是这种格式
#{enterpriseId}
不能是这种格式
#{infoProduce.enterpriseId}