xinyb_
2022-03-23 c3d941f176f3d847a7ed872eebe3e47d2c8fe135
src/com/yc/service/build/type/v2/T_Based_Impl.java
@@ -24,14 +24,6 @@
    @Override
    public int build(BaseBean baseBean) throws Exception {
        Map<String, Object> gformInfo = this.init(baseBean);
        //18,19,38.238查询类型不适用 xin 2022-3-17 09:15:51
        if (18 != baseBean.type && 19 != baseBean.type && 38 != baseBean.type && 238 != baseBean.type) {
            //生成功能号时,要检查单据表头必须的字段是否存在,如果不存在,则需要新增 xin 2022-3-14 09:28:12
            if (5 == baseBean.type || 8 == baseBean.type || 16 == baseBean.type || 496 == baseBean.type) {
                getDoesItExist(Integer.parseInt(baseBean.formID));
            }
            getOtherInspection(Integer.parseInt(baseBean.formID));
        }
        buildJsCssHead(gformInfo);
        buildTop(gformInfo);
        buildHelpPage(gformInfo);