查询结果null值bug修改:查询不计价规则列表、查询参数降级规则列表接口、查询结算公式列表
This commit is contained in:
@@ -19,7 +19,17 @@ public interface ContractDemoteMapper extends BaseMapperX<ContractDemoteDO> {
|
|||||||
|
|
||||||
@Select({
|
@Select({
|
||||||
"<script>",
|
"<script>",
|
||||||
"select *",
|
"select ID id",
|
||||||
|
", CTRT_ID contractId",
|
||||||
|
", ELEM_NUM elementNumber",
|
||||||
|
", ELEM_ABBR elementAbbreviation",
|
||||||
|
", ELEM_NAME elementName",
|
||||||
|
", GRD_UP gradeUp",
|
||||||
|
", RNG_WY rangeWay",
|
||||||
|
", GRD_DOWN gradeDown",
|
||||||
|
", MTRL_NAME materialName",
|
||||||
|
", MTRL_NUM materialNumber",
|
||||||
|
", CREATE_TIME createTime",
|
||||||
", (select ctrt_name from BSE_CTRT_MAIN where id = ctrt_id) contractName",
|
", (select ctrt_name from BSE_CTRT_MAIN where id = ctrt_id) contractName",
|
||||||
", (select ctrt_ppr_num from BSE_CTRT_MAIN where id = ctrt_id) contractPaperNumber",
|
", (select ctrt_ppr_num from BSE_CTRT_MAIN where id = ctrt_id) contractPaperNumber",
|
||||||
"from bse_ctrt_dmot",
|
"from bse_ctrt_dmot",
|
||||||
|
|||||||
@@ -19,7 +19,19 @@ public interface ContractFormulaMapper extends BaseMapperX<ContractFormulaDO> {
|
|||||||
|
|
||||||
@Select({
|
@Select({
|
||||||
"<script>",
|
"<script>",
|
||||||
"select *",
|
"select ID id",
|
||||||
|
", CTRT_ID contractId",
|
||||||
|
", FMU_TP formulaType",
|
||||||
|
", FMU_CALT formulaCalculate",
|
||||||
|
", NUM_FMU numberFormula",
|
||||||
|
", MTRL_NAME materialName",
|
||||||
|
", MTRL_NUM materialNumber",
|
||||||
|
", DEC_PNT decimalPoint",
|
||||||
|
", ELEM_NUM elementNumber",
|
||||||
|
", ELEM_ABBR elementAbbreviation",
|
||||||
|
", ELEM_NAME elementName",
|
||||||
|
", STLM_TP settlementType",
|
||||||
|
", CREATE_TIME createTime",
|
||||||
", (select ctrt_name from BSE_CTRT_MAIN where id = ctrt_id) contractName",
|
", (select ctrt_name from BSE_CTRT_MAIN where id = ctrt_id) contractName",
|
||||||
", (select ctrt_ppr_num from BSE_CTRT_MAIN where id = ctrt_id) contractPaperNumber",
|
", (select ctrt_ppr_num from BSE_CTRT_MAIN where id = ctrt_id) contractPaperNumber",
|
||||||
"from bse_ctrt_fmu",
|
"from bse_ctrt_fmu",
|
||||||
|
|||||||
@@ -19,7 +19,17 @@ public interface ContractNotMapper extends BaseMapperX<ContractNotDO> {
|
|||||||
|
|
||||||
@Select({
|
@Select({
|
||||||
"<script>",
|
"<script>",
|
||||||
"select *",
|
"select ID id",
|
||||||
|
", CTRT_ID contractId",
|
||||||
|
", ELEM_NUM elementNumber",
|
||||||
|
", ELEM_ABBR elementAbbreviation",
|
||||||
|
", ELEM_NAME elementName",
|
||||||
|
", GRD_UP gradeUp",
|
||||||
|
", GRD_DOWN gradeDown",
|
||||||
|
", RNG_WY rangeWay",
|
||||||
|
", MTRL_NAME materialName",
|
||||||
|
", MTRL_NUM materialNumber",
|
||||||
|
", CREATE_TIME createTime",
|
||||||
", (select ctrt_name from BSE_CTRT_MAIN where id = ctrt_id) contractName",
|
", (select ctrt_name from BSE_CTRT_MAIN where id = ctrt_id) contractName",
|
||||||
", (select ctrt_ppr_num from BSE_CTRT_MAIN where id = ctrt_id) contractPaperNumber",
|
", (select ctrt_ppr_num from BSE_CTRT_MAIN where id = ctrt_id) contractPaperNumber",
|
||||||
"from bse_ctrt_nt",
|
"from bse_ctrt_nt",
|
||||||
|
|||||||
Reference in New Issue
Block a user