瀏覽代碼

add order

he2802 4 年之前
父節點
當前提交
f590c4e44b
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      zhongzheng-system/src/main/resources/mapper/modules/order/OrderMapper.xml

+ 3 - 3
zhongzheng-system/src/main/resources/mapper/modules/order/OrderMapper.xml

@@ -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>