Commit 122cca26 by 周王清

报工修改

parent ea11fd40
...@@ -68,7 +68,7 @@ var is_column = [ [ ...@@ -68,7 +68,7 @@ var is_column = [ [
return getCodeName(v_typequery_data.rowSet, value); return getCodeName(v_typequery_data.rowSet, value);
} }
}, },
{field : 'CREATOR_ID',title : '创建人员',width : 100,align : 'center'}, {field : 'CREATE_ID',title : '创建人员',width : 100,align : 'center'},
{field : 'CREATE_TIME',title : '创建时间',width : 100,align : 'center'} {field : 'CREATE_TIME',title : '创建时间',width : 100,align : 'center'}
] ]; ] ];
//列表加载完成回调 //列表加载完成回调
......
...@@ -8,18 +8,8 @@ import com.gaowj.business.util.RequestUtils; ...@@ -8,18 +8,8 @@ import com.gaowj.business.util.RequestUtils;
public class viewAction extends BasicAction { public class viewAction extends BasicAction {
/**
*
*/
private static final long serialVersionUID = 847847227972540472L; private static final long serialVersionUID = 847847227972540472L;
/**
*
*/
public String bgmkTab() throws BusinessException{ public String bgmkTab() throws BusinessException{
return "bgmkTab"; return "bgmkTab";
} }
......
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
</where> </where>
</sql> </sql>
<insert id="insert_bgmk" parameterType="map"> <insert id="insert_bgmk" parameterType="map">
insert into WORK_BG( insert into WORK_BG(
<trim prefix="" suffixOverrides=","> <trim prefix="" suffixOverrides=",">
...@@ -100,7 +101,7 @@ ...@@ -100,7 +101,7 @@
<![CDATA[ <![CDATA[
select count(*) c from WORK_BG f where 1=1 select count(*) c from WORK_BG f where 1=1
]]> ]]>
<include refid="where_send" /> <include refid="where_bg" />
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment