|
|
@@ -2,9 +2,9 @@
|
|
|
<!DOCTYPE mapper
|
|
|
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
-<mapper namespace="com.zhongzheng.system.mapper.OrderMapper">
|
|
|
+<mapper namespace="com.zhongzheng.modules.order.mapper.OrderMapper">
|
|
|
|
|
|
- <resultMap type="com.zhongzheng.system.domain.Order" id="OrderResult">
|
|
|
+ <resultMap type="com.zhongzheng.modules.order.domain.Order" id="OrderResult">
|
|
|
<result property="orderId" column="order_id"/>
|
|
|
<result property="oderSn" column="oder_sn"/>
|
|
|
<result property="userId" column="user_id"/>
|
|
|
@@ -21,4 +21,4 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
-</mapper>
|
|
|
+</mapper>
|